[Resolved] Sidebar color without interruptions

Home Forums Support [Resolved] Sidebar color without interruptions

Home Forums Support Sidebar color without interruptions

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

    Hi! Congratulations on this wonderful theme!
    I need a little help, please!
    I want the color in the sidebar to be continuous without any interruptions between widgets.

    If possible, I want the color in the sidebar to be at the bottom of the site. Now it’s over with the latest widget.

    Thank you very much!

    #1239851
    David
    Staff
    Customer Support

    Hi there,

    Thanks for the great feedback – glad your enjoying the theme.

    try this CSS:

    @media (min-width: 769px) {
        .one-container .site-content {
            padding-right: 0;
        }
        .right-sidebar .site-content {
            display: flex;
        }
        #right-sidebar {
            background-color: rgba(0,131,219,0.08);
            margin-top: -40px;
            margin-bottom: -40px;
        }
    }
    #1241102
    Marius

    Exactly as I wanted. 🙂
    Thank you very much!

    #1241300
    David
    Staff
    Customer Support

    Awesome – glad to be of help

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