Center align social buttons on footer and sidebar for mobile
-
Hi,
For the site wannabethere.com
Maybe I have some conflicting code. I’m trying to center align the social buttons in the footer for mobile, and center align the sidebar for mobile for the pages that include it.
Here is the css code that I have currently.
.widget_sydney_latest_news .roll-button {
display: none;
}
body > .preloader{ display: none; }
.widget-area .widget {
padding-top: 0;
}
.site-info {
text-align: center;
}#gallery-1 {text-align: center;}
figure.gallery-item {margin: 5px; width: 267px; display: inline-block;}
.footer-widgets {
padding-top: 25px;
padding-bottom: 10px;
}
@media only screen and (max-width: 768px){
.footer-widgets,
.footer-widgets .sidebar-column,
.footer-widgets h5,
.footer-widgets form,
.footer-widgets .social-media-button-container {
text-align: center;
}
}
- The topic ‘Center align social buttons on footer and sidebar for mobile’ is closed to new replies.