Archived topic
center header widget
10 replies · Started by Jasper on August 19, 2016
I have this text widget in the header with a script to place google places review stars.
Works fine but i can not get it to center.
Desktopview is OK like that, but in mobile view i would like to see it centered. Any suggestions?
Can you link me to your site?
of course, forgot that
http://www.sierink-wp.nl
Another question:
I just updated to latest GP and now i see that in the footer in the social icon widget the last icon is not aligned anymore.
Regards
Your social icons look fine to me?
Try this CSS for the button:
@media (max-width:768px) {
.wpac .wp-google-badge {
margin: 0 auto !important;
}
}
that works fine, thanks
You're welcome :)
try again the social i think you were looking to the cached version
Try adding this CSS:
.so-widget-sow-social-media-buttons-flat-fc2635475eb5 .sow-social-media-button {
margin-bottom: 0 !important;
}
thanks again
No problem :)