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/
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
Perfect thanks – case closed !