Archived topic
Can't remove padding on Sider theme
6 replies · Started by Guillaume on April 7, 2022
Hello,
Can you please provide css to remove the paddings or margins on the Sider theme?
I'm actually testing this site with Sider theme from the Generate press library
https://test.un-nid-en-alsace.fr/
I'd like this site to like the original one:
https://un-nid-en-alsace.fr/
As you can see, it's a full width page...
Thank you
GC
Hi there,
Try removing this CSS in Additional CSS field in the customizer:
.no-sidebar:not(.archive):not(.blog) .inside-article > *,
.no-sidebar:not(.archive):not(.blog) #comments,
.no-sidebar:not(.archive):not(.blog) .paging-navigation {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Let me know if this helps :)
Hello Leo
No, doesn't work sorry.
https://test.un-nid-en-alsace.fr/ is a sandbox site so feel free to log in.
I'd like the content to fill all the space the same way as https://un-nid-en-alsace.fr/
Many thanks for you help
Hi there,
go to Customizer > Additional CSS, look for the CSS that Leo shared, and DELETE IT
LOL
so used to add css in the additional CSS...
This is perfectly working.
Thank you both
Thanks
You're welcome