Home Forums WoodMart support forum Padding in logo menu, desktop, mobile, and spacing in home page

Padding in logo menu, desktop, mobile, and spacing in home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #594707

    yoniiiix1
    Participant

    Hi, how are you? I’m having problems with the Menu.

    1 – I want the top of the logo on the desktop to have a larger padding, the same as the bottom padding… they seem to be different. I’ve edited the row height in Header Builder > Height > Row height, but it’s only changing the bottom space of the logo, not the top.

    2 – On mobile, the logo doesn’t have any spacing, it’s crushed, how can I solve this?

    3 – On the home page, there’s too much space between the menu and the slides. How can I reduce it?

    Attached images

    Attachments:
    You must be logged in to view attached files.
    #594818

    Hello,

    01, 02 Please add this code to the Theme Settings > Custom CSS > Custom CSS for desktop and mobile and change the code value as per your requirements.

    .wd-logo img {
    padding-top: 30px !important;
        padding-bottom: 10px !important;
    }

    03. To remove the white space, you can find the option in the Design tab for the WP bakery page builder and the Advanced tab for Elementor.
    https://xtemos.com/docs-topic/top-and-bottom-paddings/

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)