[Resolved] Can’t remove padding on Sider theme

Home Forums Support [Resolved] Can’t remove padding on Sider theme

Home Forums Support Can’t remove padding on Sider theme

  • This topic has 6 replies, 3 voices, and was last updated 2 years ago by David.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2181487
    Guillaume

    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

    #2181527
    Leo
    Staff
    Customer Support

    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 🙂

    #2181980
    Guillaume

    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

    #2181987
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS, look for the CSS that Leo shared, and DELETE IT

    #2181991
    Guillaume

    LOL
    so used to add css in the additional CSS…
    This is perfectly working.
    Thank you both

    #2181999
    Guillaume

    Thanks

    #2182013
    David
    Staff
    Customer Support

    You’re welcome

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.