Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #883194

    Ahoy,

    My mobile socket looks off. Is there a way to move the social icons in it for mobile view and center the copyright?

    #883808

    Hey mcraig77,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer .copyright {
        display: block;
        min-width: 100%;
        text-align: center;
    }
    }

    Best regards,
    Rikard

    #884013

    That code didn’t do anything. Please Advise.

    #884872

    Hi,

    Try adding this css code:

    @media only screen and (max-width:767px) {
      #socket .copyright {
        display: block;
        float: none;
        padding-top: 40px;
        text-align: center;
        width: 100%;
      }
    
      #top #wrap_all #socket .social_bookmarks {
        float: none;
        margin: 0;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 100%;
      }
    
      #socket .social_bookmarks li {
        float: none;
        display: inline-block;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #885774

    Perfect! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Socket’ is closed to new replies.