Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #591023

    Hello,

    I need to fit the main menu to fit the content width of the page. Can you help me?

    Thank you.

    #591108

    Hey smartretail!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Best regards,
    Andy

    #591445

    Hi Andy,

    the site url are: https://www.twinstants.com

    Thank you.

    #591577

    Hey!

    “Modo mantenimiento activado” :) Can you please post temporary logins here privately as well?

    Cheers!
    Yigit

    #591683

    Hi

    #592599

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    To make the menu look like this…

    Please add the below css in Quick CSS you can remove dividers from enfold > header > Separator between menu items

    /* Equal Spaced Menu */
    .html_header_top.html_logo_center .main_menu ul:first-child {
        display: flex;
        justify-content: space-between;
    }

    If it’s not something you wanted to do please share a mockup of what you want it to look like.

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    #594216

    Hello Vinay,

    on private content section there are a link with a mockup.

    Thank you!

    #595245

    Hey!

    Thanks for the image. It made your request a lot clearer.

    To change the width of the menu to the content width of the page, try the following CSS code:

    #avia-menu {
        width: 1010px;
        margin: auto;
    }

    Let me know if you require further assistance.

    Regards,
    Jordan

    #602428

    Thank you Jordan! It worked.

    Regards.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fit main menu to page width’ is closed to new replies.