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

    Is it possible to edit the space around the ‘share this entry‘ – (social share buttons), when it is viewed on a mobile device?

    I would like to add some white space as it looks a little cramped at the moment, too close to the ‘you might also like‘ part below.

    here is an example:

    shutterliving.com/president-francois-hollande/

    #261564

    Hey Jamie A!

    Thank you for using the theme!

    Where do you like to add a white space? If you want to add a bottom margin, you can use this on Quick CSS or custom.css:

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

    Best regards,
    Ismael

    #302519

    Perfect thanks – case closed !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Editing padding for 'share this entry' on iPhone’ is closed to new replies.