Reply To: center menu displayed in footer

Home Forums Support center menu displayed in footer Reply To: center menu displayed in footer

Home Forums Support center menu displayed in footer Reply To: center menu displayed in footer

#101232
John MacKenzie

Hi Tom

thanks, well it looks better but didn’t center the last line (the first 2 lines seem to be centered maybe because they are full lines as opposed to just a couple on the last line. it looks better though so it might be good enough.

the text in the widget above the menu centers fine, its just the menu.

i can send you a screenshot if you want, but as it is now i think its acceptable unless you have another thought. sorry my example didnt display right in the post above lol! I can send you a pm with the site if you want or attach a screenshot. for reference this is the full css i have overriding footer things

@media screen and (min-width: 769px) {
        .footer-widget-1.grid-parent.grid-100 {
            width: 100% !important;
            padding-left: 20%;
            padding-right: 15%;
            text-align: center;
        }    

.footer-widgets .widget_nav_menu li { 
    float: left; 
    margin-right: 25px; 
} 

thanks a lot!