Archived topic
a bug - separating space after class site-main
3 replies · Started by Anil on May 10, 2022
I noticed double separating space after class site-main when there is no pagination links ...
It is just to inform you for future consideration/updates.
Regards
Hi Anil,
Yeah thats a tricky one to fix in the theme due to legacy styles, and we don't know what users may have hooked in to the templates.
You could use some CSS for your site to move the margin from the site-main to the paging-navigation:
.generate-columns-activated .site-main {
margin-bottom: 0;
}
.generate-columns-activated .generate-columns-container .paging-navigation {
margin-bottom: 10px;
}
Thanks David,
I know it will not be an issue once there are more posts - more than 10, and pagination links appear.
Warm regards.
Correct :)
Glad to be of help