Tagged: menu
Hi!
I was trying to make the complete menu background of one color, but I only success in a small part (I want the blue part be width 100%), is there any way to change this? Also, I don’t know if you can see the same, but below the blue menu there’s a small white line, can it be remove?
Thank you!
I’ve found a solution for that one! But I still have one little detail, in the pages where there’s a slider a small white line appears between it and the menu, any way to hide this line?
Thank you!
Hey!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 180px;
}
Cheers!
Ismael
Hi Ismael!
Thanks for your help. The code didn’t worked, already flush the cache. Any idea?
Hi!
The code should work but I don’t see it on your website. Please replace it with this:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 180px !important;
}
Regards,
Ismael
Hi Ismael!
I didn’t tried adding the “!important” part before, that makes the code work fine now.
Thanks a lot!