Archived topic
Spacing increase query
7 replies · Started by demoxing on August 15, 2020
I want to increase the space between the post-social share icons and the author box. How should I do it?
I have highlighted the part I want to increase the spacing for in the image below for reference.
reference: https://imgur.com/KacspWA
Hi there,
Are you referring to mobile only?
Only mobile yes, desktop mode is alright.
Try this CSS:
@media (max-width: 768px) {
.groovice-social-wrapper {
margin-bottom: 50px;
}
}
It is not working
I'm not seeing my CSS being added.
How are you adding it and are you using any caching plugins?
Sorry, Leo, I mistakenly miss the second bracket "}" that's why it's not works previously, but now it is working perfectly. and I am using the default WordPress additional CSS section for my all CSS codes.
thank you so much for FLASH like response xD
No problem :)