I am a new Enfold user, and new to css coding as well. I am developing a website that needs to have the menu bar run the full width of the screen even though the menu elements don’t fill that width.
Hey!
Try adding this code to the Quick CSS:
#header_main_alternate .container, #header_main_alternate #avia-menu{
width: 100%;
}
#header_main_alternate #avia-menu > li{
width: 16.66%; /* You'd need to change this value if you add more items to the menu (100/6 = 16.66) */
}
Cheers!
Josue
Wow, you are fast! That made the menu items shift to the left side and the search box to the right side, but I need the solid dark brown color to fill in the line in between (or have the menu items centered with the sold brown on either side to the edge of the screen.)
Try adding this too:
#header_main_alternate{
background: #693126;
}
Regards,
Josue
That worked perfectly–thanks!
You are welcome, always glad to help :)
Regards,
Josue