-
AuthorPosts
-
January 17, 2019 at 7:21 pm #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 advanceJanuary 18, 2019 at 9:11 pm #1055664Hey 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,
VictoriaJanuary 20, 2019 at 4:23 pm #1056175Thank 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 advanceJanuary 21, 2019 at 2:44 pm #1056686Hi gabs01,
I am sorry, I do not understand your last reply. Can you explain a bit more?
Best regards,
VictoriaJanuary 21, 2019 at 2:59 pm #1056698Hello, 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.
cordiallyJanuary 21, 2019 at 4:57 pm #1056788Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.