Hi, I’m using the “fixed header with social icons”; only 2 icons are in use. The icons are not moving to the center in responsive mode, they stay somewhere left (see screenshot here http://prntscr.com/19foew )
Any idea of how to get there? thanks
regards
katharina
Hi Katharina,
Please try this css in your /css/custom.css or in Quick Css:
@media only screen and (max-width: 767px) {
#top .social_bookmarks {
margin: 0 0 0 0px;
}}
If thats now good, change the 0px to 5px.
Thanks,
Nick
Thanks so much, Nick – 8px did it perfectly
Best
Katharina