Tagged: x
-
AuthorPosts
-
January 24, 2017 at 10:46 am #1343371
WPH2oParticipantHello,
I’ve read all of the (closed) Renew sidebar background color threads.
https://community.theme.co/forums/topic/renew-sidebar-color/
https://community.theme.co/forums/topic/renew-sidebar-color-and-width/
https://community.theme.co/forums/topic/customize-sidebar-and-blog-pages-for-renew-child-theme/
https://community.theme.co/forums/topic/sidebars-background-color/
https://community.theme.co/forums/topic/sidebars-background-color-2/
https://community.theme.co/forums/topic/sidebar-background-color/
https://community.theme.co/forums/topic/sidebar-background-color-2/
https://community.theme.co/forums/topic/sidebar-background-color-3/
https://community.theme.co/forums/topic/sidebar-background-color-4/
https://community.theme.co/forums/topic/sidebar-css-colors/None of them solve the issue with the sidebar background color only going to the bottom of the last sidebar widget.
On a few themes (Ethos and Integrity, I believe), the background color goes all the way down to the footer.
I need to change the sidebar background of Renew so that it:
1. Goes all the way up to the page title background color without a gap
2. Goes all the way down to the footer section of the page.
The best example is an Ethos page with a sidebar.
Thank you for the help.
Chris
January 24, 2017 at 12:24 pm #1343487
RupokMemberHi Chris,
Thanks for writing in! Please provide your URL so that we could check and assist better.
Cheers!
February 10, 2017 at 6:43 pm #1366497
WPH2oParticipantThis reply has been marked as private.February 11, 2017 at 12:28 am #1366774
Rue NelModeratorHello There,
Thanks for providing the url. Do you want something like this?
http://prntscr.com/e79qdw
http://prntscr.com/e79qmqIf that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-content-sidebar-active .site > .x-container.max.width.offset { margin-top: 0; margin-bottom: 0; } .x-content-sidebar-active .x-main, .x-content-sidebar-active .x-sidebar { padding-top: 30px; padding-bottom: 30px; } .x-content-sidebar-active .x-sidebar { background-color: red; padding-left: 20px; padding-right: 20px; }Feel free to change the background color. Hope this helps.
February 22, 2017 at 12:54 pm #1381720
WPH2oParticipantThank you for the code and the reply.
That is VERY close.
I want the sidebar bg to go all the way to the right margin, as it does with the Renew stack.
See this site (which uses X Renew): https://tytnetwork.com/
Thank you,
Chris
February 22, 2017 at 9:32 pm #1382300
Rue NelModeratorHello Chris,
Thanks for updating in! Do you want something like this?

If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
@media(min-width: 980px){ .x-sidebar-content-active .site > .x-container.max.width.offset { position: relative; } .x-sidebar-content-active .site > .x-container.max.width.offset:before { content: ""; display: block; position: absolute; top: -2.75em; left: calc(-10000em + 34%); bottom: -10000em; bottom: -2.75em; width: 10000em; background-color: red; z-index: 0; } .x-sidebar-content-active .site > .x-container.max.width.offset .x-main, .x-sidebar-content-active .site > .x-container.max.width.offset .x-sidebar { position: relative; z-index: 100; } }We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
