I am looking to center the footer widget content on mobile versions only
Hey navindesigns,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#top #footer .textwidget,
#top .widget ul,
#footer .widgettitle {
text-align: center;
}
#top #footer .widget ul.social_bookmarks {
width: 15%;
margin: 0 auto;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Looks great except for my email and phone icons which are still left aligned
Hi,
Add this to quick css;
@media only screen and (max-width: 767px) {
.av_font_icon {
display: inline!important;
}
.avia-icon-pos-left {
float: none!important;
margin-right: 0em!important;
}}
Best regards,
Jordan Shannon