Align Footer Widgets on Mobile
-
Hi There,
I would like to center all widget/text in the footer. I have found many threads but no one works. Now I have insert the follow code into the customizer css:
#sidebar-footer .sydney_contact_info_widget div { text-align: center !important; } #sidebar-footer.widget-area .widget { text-align: center !important; }
On Desktop it works but on Mobile is nothing center. I have insert the follow code into style.css but on mobile nothing is center.
@media only screen and (max-width: 768px){ .footer-widgets, .footer-widgets .sidebar-column { text-align: center; } }
Can you help me?
Thanks
LenschiThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Align Footer Widgets on Mobile’ is closed to new replies.