[Resolved] show and hide right line

Home Forums Support [Resolved] show and hide right line

Home Forums Support show and hide right line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #785691
    Gonzalo

    Hi!
    I add this css, to separate right sidebar widgets from content area:
    .content-area {
    border-right-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    }
    http://prntscr.com/m8zmk1

    But, this line it’s not hidden in Content (without sidebars).
    http://prntscr.com/m8zm8i

    Can you help me?

    Regards

    #785763
    Leo
    Staff
    Customer Support

    Hi there,

    When a right sidebar layout is used, there would be a unique right-sidebar class in the <body> tag.

    That means you can do this:

    body.right-sidebar .content-area {
        border-right-width: 1px;
        border-style: solid;
        border-color: #f1f1f1;
    }
    #785765
    Gonzalo

    perfect, thank you Leo!

    #785770
    Leo
    Staff
    Customer Support

    No problem 🙂

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