Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1341820

    is it possible to left align socket social icons on mobile only where they appear at the very bottom below socket text?

    i also want to add just a little padding under the icons as well because right now there seems to be none.

    #1341830

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) {
    #socket .social_bookmarks {
      float: left;
      margin-left: 0;
    }
    #top #socket .social_bookmarks li {
      margin-left: 0;
    }
    #socket {
      padding-bottom: 20px;
    }
    }
    

    Best regards,
    Yigit

    #1342140

    Hi – Thanks for the reply. This solution does not seem to have worked. Do you mind taking a look again?

    #1342143

    Hi,

    You had CSS error in Style.css file of your child theme caused by a missing closing curly bracket. I fixed it and that helped.

    Please review your website :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.