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

    Good evening, I wanted to know if it was possible for the menu to take the full size of the page. In fact, there are two white spaces on both sides left and right on the home page.
    I would love to make this change if it is possible.
    thank you in advance

    #1055664

    Hey gabs01,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width:1390px){
        .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child li {
          min-width: 9vw;
        }
    } 
    .responsive #header_main_alternate .container {
         max-width: 100%;
         padding: 0;
     }
     .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
         widtH: 100%;
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056175

    Thank you it’s a little better I have the gap to the left but I always on the right, on desktop only I re-detail. On the right I always have a white, it is possible to stuff something? Otherwise it does not matter.
    thank you in advance

    #1056686

    Hi gabs01,

    I am sorry, I do not understand your last reply. Can you explain a bit more?

    Best regards,
    Victoria

    #1056698

    Hello, initially there was a space on both sides of the menu left and right. I asked if there was a possibility that the menu is full width, you gave me a CSS code. It is already better, the menu starts from the beginning but on the right there is always a space. I wanted to know if it was possible to fill it as well, please.
    cordially

    #1056788

    Hi gabs01,

    Ok, well, it’s not ideal,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width:1390px){
        .av-main-nav > li > a {
            padding: 0 16px;
        }
    }
    

    Maybe you can check a solution here

    If you need further assistance please let us know.

    Best regards,
    Victoria

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