Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #767270

    Good morning,
    I´m using a header center and menu below config, but the menu width is the same as the content (wrap 1310px), not the width of the window, how can i do it fluid (100% width)?
    Thanks

    #767319

    Hey alpaezes,

    Are you using a boxed layout? can you post a link to your site so we can see.

    Best regards,
    Nikko

    #767410

    Hi Nikko,
    I can´t show it, it´s in local.
    I´m using stretched layout. In dimensions tab I have Maximum Container width: 1310px. But I´d like to have full width the main menu only.

    Thanks

    #767418

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container.av-logo-container {
        width: 100%!important;
        max-width: 100%!important;
    }
    

    Best regards,
    Yigit

    #768087

    Thanks.
    It doesn’t work. I think I found the solution with adding in my child theme:

    #header_main_alternate.container_wrap .container{
    max-width: 100%;
    }

    But now, I want to show it centered and don´t find the way.

    #768093

    Hey!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Since menu is centered, increasing container width should not affect it

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.