Hi Julia,
Would you mind posting the link to your site in question? So that we can offer you with a possible solution.
Thanks!
Hey, yes sure, it’s mijutime.com
-
This reply was modified 8 years, 7 months ago by
julia123456.
Hi Julia,
You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:
.col-2cl .main-inner.group {
background: transparent;
}
Thanks!
Hey, thanks for your reply.
Well, I added the code, and now the box is white, like the content background. But I want the dark color there as well. So instead of transparent I also tried my color. But this only led to a dark content background color as well. So unfortunately, this code hasn’t solved my problem yet…
Any other suggestions?
Hi Julia,
In such case, please try this code:
@media screen and (min-width: 959px) {
.sidebar.s1 {
height: 977px;
}
}
Thanks!
Hey,
Thanks a lot for your help, it worked, perfect! 🙂