Archived topic
Reduce padding
3 replies · Started by epickenyan on March 4, 2019
Viewing posts 1–4 of 4
Hi. How do I reduce the padding between read more button and the base in columns with CSS (I want it to only affect blog section, not single posts and pages)? http://prntscr.com/mtdkqm
Hi there,
try:
body:not(.single-post) footer.entry-meta {
margin-bottom: 0;
margin-top: 0;
}
It worked. Thanks
Glad to be of help.
This archived topic is closed to new replies.