Hello, how can I change the menu margin / padding in Butterbelly theme to the one in Harrington theme? Thank you!
Hello, Our all the themes are uniquely designed and have different feature. So it is not possible for us to change the layout of our theme. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu-wrapper { margin-top: 50px; } Adjust its value as per your requirements. Thanks & Regards Gourav Shrivastava
Hello, Could you please specify your issue with the help of screenshot images that which top margin you want to change and also share us your website link.
Website link: www.wordpress.rechtsanwaltkaufmann.de I would like the distance like it is shown here with the black arrow: in my own homepage: this should be a CSS problem (margin or padding) but i can't find it. I would be grateful if you can help me to solve this problem.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { padding-top: 42px; line-height: 100px; } You can adjust the value of "padding-top" and "line-height" as per your requirement. This will solve your issue.