Home Forums WoodMart support forum adjust that menu space and content

adjust that menu space and content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617370

    martinsialer
    Participant

    I need help, I want to adjust the distance between the menu and the content on one page.
    When you click on the menu it goes down to one position and a white part remains if the content has another color, I want to adjust that space
    I attach an image

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

    Bogdan Donovan
    Keymaster

    Hi,

    The default offset value for the menu is 150px from the top edge of the browser window. To change it, add the following custom code to your theme’s functions.php file:

    add_filter('woodmart_one_page_menu_offset', function () {
        return 65;
    });

    In this example, the offset value is set to 65px, which matches the height of your sticky header.

    Kind Regards

    #619108

    martinsialer
    Participant

    thanks

    #619175

    Bogdan Donovan
    Keymaster

    You are welcome

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