Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24659

    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

    #124281

    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

    #124282

    Thanks so much, Nick – 8px did it perfectly

    Best

    Katharina

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center social icons in responsive mode’ is closed to new replies.