Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1018130

    Hi, Gents,
    as of now, I’m set upping the right sidebars at my pages, therefore doing a few tunes there. I just found that even having had the “No Border” set up at Sidebar Separator Styling, I have at least the top border in my frontend, but in Inspector I see all the borders incl. left, right, and bottom also.
    Seems this is the bug, anyway if so, what the proper css to be included as the interim solution please?
    Privately, you can see the test page with the top border shown.
    Thanks,
    Dmitry.

    #1019082

    Hey DimaP,

    Sidebars doesn’t really work well with Sections since it is fullwidth thus forcing the sidebar to the bottom wrapped inside another container.
    If you already used a section, I would suggest using 2/3 column for content and 1/3 column for sidebar (widget) instead of using a page template that contains a sidebar.
    You can use this css to remove the border showing on top of the sidebar on the link you gave:

    .page-id-6206 #after_section_1 {
        border: none;
    }

    Hope it helps.

    Best regards,
    Nikko

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