Hello!
I changed sidebar color using this css code:
#top #main .sidebar { background-color: white; }
You can see result here:
https://goo.gl/ikXc8Y
How to change the rest sidebar space to white?
Hey zeaigars,
Thank you for using Enfold.
The whole sidebar is already white. If you want to create more space on the right side of the container, please use this css code.
.inner_sidebar {
margin-left: 50px;
margin-right: 50px;
}
Best regards,
Ismael
Hello, again!
Please see this image:
https://s24.postimg.org/ulo9z870l/Screenshot_26.png
How can I turn this area white as well?
Hi,
To achieve a fullwidth sidebar please refer to this link https://kriesi.at/support/topic/change-colour-of-entire-sidebar/#post-731082
Best regards,
Vinay
Okey,
I followed instructions..
Check this image:
https://s23.postimg.org/ubdqsiw0r/Screenshot_26.png
Could you please help me with this?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #main .sidebar{
transform:translateX(105px);
}
Best regards,
Vinay
Great! Thanks
Another thing..
Now the sidebar goes under the footer if page has less content.
Take a look:
https://s27.postimg.org/tiou1bcgj/Screenshot_1.png
Hi,
Please update the previous css code to below :
#top #main .sidebar {
transform: translateX(105px);
overflow-y: auto;
}
Best regards,
Vinay
OK, now it looks like this:
https://s29.postimg.org/i5g5ztt53/Screenshot_4.png
how to remove scrolling bar? ;/
Hey!
If the scrollbar is removed the content that is below the footer cannot be accessed.
However there is a way to make the scrollbar look nice with some css code.
Please refer to these links
Best regards,
Vinay