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;
}
}
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
Perfect – Resolved ! thanks !