Archived topic
Sidebar color without interruptions
3 replies · Started by Marius on April 14, 2020
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!
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;
}
}
Exactly as I wanted. :)
Thank you very much!
Awesome - glad to be of help