WP Version: 3.9.1
Theme: Enfold
Website: http://liquorstore.maximfactory.com/
In my mega menu under Guide the Wine Guide column is centered, how do I get it to align to the left like the other columns?
Thanks for your help
Hey!
Try adding this code to the Quick CSS:
.avia_mega_div .sub-menu li {
text-align: left;
}
.avia_mega_div .sub-menu .sub-menu li a {
padding-left: 15px !important;
text-decoration: none !important;
}
Cheers!
Josue
That worked perfectly, thank you very much for your help.
You are welcome, glad we could help :)
Regards,
Josue