[Support request] How to remove container separators selectively?

Home Forums Support [Support request] How to remove container separators selectively?

Home Forums Support How to remove container separators selectively?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1566635
    deba

    hi,
    Is it possible to remove container separators selectively? I want to remove the top separator of the first container and the sidebar, so that there is no space between the first container and the header, and the sidebar and the header.

    #1566637
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1566644
    deba

    Hi Ying,

    I have added the link to the site.

    #1566651
    Ying
    Staff
    Customer Support

    Hi Deba,

    Try this css

    .site-content .site-main, .sidebar .inside-right-sidebar {
        margin-top: 0;
    }

    Let me know if it works!

    #1566674
    deba

    Thanks, Worked great!

    Don’t know how you get those css selectors! I can’t seem to understand what to use by inspecting the elements in Chrome DevTools.

    #1566731
    Ying
    Staff
    Customer Support

    Thanks Deba ๐Ÿ™‚
    I’m glad to help!

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