Home Forums WoodMart support forum Navigation alignment

Navigation alignment

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #694015

    loeven_waggelen.5v
    Participant

    Dear team,

    I hope you can help me with the following. I want to give the header containing the navigation a specific width so that it aligns nicely with the rest of the content. How can I do this?

    #694044

    Hello,

    The header width automatically follows the site width set in Theme Settings > General Layout > Site Width.

    If you’d like to align the header with the rest of your content, please adjust the site width value there.

    Once updated, the header and main content areas will maintain consistent alignment across all pages.

    If you have any questions, feel free to contact us.

    Best Regards,

    #694047

    loeven_waggelen.5v
    Participant

    Thank you for your replay. But i have mixed content blocks some are full width and some have a fixed width. Standard is full width. So im curious how can i put a fixed width to the navigation.

    #694064

    Hello,

    Please share some screenshots for better understanding that demonstrate the problem so we can understand and reproduce it on your website.

    Also, share the WP admin login details of your site so I can check and give you a possible solution.

    Best Regards,

    #694069

    loeven_waggelen.5v
    Participant

    The navigation has to be aligned like the content block under it.

    #694070

    loeven_waggelen.5v
    Participant

    navigation has to be aligned like the content block under it.

    #694072

    loeven_waggelen.5v
    Participant

    like this

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

    Hello,

    Navigate to WoodMart > Header Builder and edit your current header layout.

    Click on the Main Menu element to edit it.

    In the Style tab, adjust the Menu Align option to position the menu as desired (left, center, or right).

    You can also use the Items Gap setting to set the spacing between the menu items for a balanced look.
    https://postimg.cc/5YZ7cj8c

    Best Regards,

    #694183

    loeven_waggelen.5v
    Participant

    Yes but it wont stay at that place if you resize your window (responsive) I want it just te same as the content blocked beneath it

    #694213

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards,

    #694226

    loeven_waggelen.5v
    Participant

    Its behind a coming soon page.

    #694337

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #694352

    loeven_waggelen.5v
    Participant

    hereby

    bijzonderamsterdams.nl

    #694457

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?

    Best Regards,

    #694645

    loeven_waggelen.5v
    Participant
    #694734

    Hello,

    You can add a fixed width to your header navigation so that it aligns with your content container by adding a simple CSS rule.

    Try to add the following custom css code in Theme Settings > Custom CSS.

    .whb-general-header .container {
        max-width: 1200px; /* Adjust to match your site content width */
        margin: 0 auto;
    }
    
    If you want only the navigation area (not the full header) to be constrained, use:
    .whb-general-header .wd-header-nav {
        max-width: 1200px; /* Match your desired width */
        margin: 0 auto;
    }

    This approach will keep your header navigation aligned with your content

    Best Regards,

    #694829

    loeven_waggelen.5v
    Participant

    My hero! Great thank you Aizaz!! It worked.

    One other question. How can i get the Elementor working. It wont start?

    #694914

    Hello,

    Glad to hear it is working!

    For the second question, Please share some screenshots for better understanding that demonstrate the problem so we can understand and reproduce it on your website.

    Best Regards,

    #695145

    loeven_waggelen.5v
    Participant

    When i press the elementor to edit the page i get a loading screen…. won’t show the page. see atachment

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

    Hello,

    I’ve checked your site and noticed that you are currently using the Gutenberg editor to manage your page content.
    If you prefer to edit your pages with Elementor, please go to: Theme Settings > Other > Current Builder > Choose Elementor

    Keep in mind that if you switch to Elementor, the existing Gutenberg content won’t automatically transfer — you’ll need to recreate the page content from scratch using Elementor.

    Best Regards,

    #695397

    loeven_waggelen.5v
    Participant

    Humm ok. Then i will leave it like this.

    One last question for now:

    Where can i change the search titel text. If you press the search icon you get an popup, overlay.

    #695563

    Hello,

    You need to use the Loco Translate plugin to change this text, more details on how to use it are here – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards,

    #698774

    loeven_waggelen.5v
    Participant

    Hi Aizaz,

    Another question where can i add the following part (short product description) on the product page. I only see the product description. See attachment.

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

    Hello,

    You are using Custom WooCommerce Builder layouts, which is part of WooCommerce Builder from WoodMart. Navigate to Layouts > Edit Single Product Layout and add the Product Short Description widget in the layout to show the short description.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards,

Tagged: 

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