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

    Can you tell me how to add space between the share buttons and the comments box full web site only
    https://www.dropbox.com/s/0zauegiy9w9u9m8/add%20space.PNG

    (I have already got the code to change it for iPhones below )

    @media only screen and (max-width: 767px) {
    ul.av-share-box-list {
    margin-bottom: 80px;
    }
    }

    #302596

    Hey Jamie A!

    Please add following code to Quick CSS and adjust as needed

    @media only screen and (min-width: 768px) {
    .av-share-box { margin-bottom: 10px; }}

    Best regards,
    Yigit

    #302605

    Perfect – Resolved ! thanks !

    #302608

    Hey!

    You are welcome Jamie, always glad to help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add space’ is closed to new replies.