Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267553

    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

    #267561

    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

    #267574

    That worked perfectly, thank you very much for your help.

    #267578

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mega Menu Column Allignment’ is closed to new replies.