Site logo

[Resolved] Customize line probleme

Home Forums Support [Resolved] Customize line probleme

Home Forums Support Customize line probleme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2072600
    steven

    Hello,

    I am using a custom line for the sidebar, but i have a problem with the pages that do not use the sidebar.

    Exemple page with probleme :

    Normal page without probleme :

    #2072643
    David
    Staff
    Customer Support

    Hi there,

    change your CSS to this:

    @media (min-width: 769px) {
        .right-sidebar .content-area:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 2px;
            height: 900px;
            background-color: #f4F2F2;
        }
    
        .right-sidebar .content-area {
            position: relative;
        }
    }

    The CSS will only apply on pages/posts with the right sidebar.

    #2072685
    steven

    Thank you David, it’s working.

    Have a good week

    #2073225
    David
    Staff
    Customer Support

    You’re welcome!

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