Hi all,
the topic says it all.
I can’t get the sidebar height to become narrower. I tried several solutions in other threats.
/*sidebar line-height*/
.sidebar_right .content .textwidget .sidebar {
line-height: 24px !important;
}
Of course the 24px was just an extreme example…
Could you help please?
Best
Stefan
Hey Stefan,
It looks like it’s paragraph and title margins that are the issue. Add this to quick css:
.sidebar p,
h4{
margin-top:0px!important;
margin-bottom:0px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan, good thought.
But it didn’t do anything :-(
I can’t see the problem as I actually thought it would run under the .sidebar class?
Any more ideas?
Best
Stefan
Hi beenee,
Can you disable caching and minification for now?
Best regards,
Victoria
Thanks Victoria,
I just did.
Hi,
Did you add the code to the very top of quick css so it runs first? Also clear the cache a few times over.
Best regards,
Jordan Shannon
Hi…
Yes I did that, without a result…:-(
Hi beenee,
I adjusted the code for you. Please check if it is good enough.
Best regards,
Victoria
Excellent Victoria, you’re a star!!!
Could you please let me know how you did it? So just as my customer want some changes I could du it myself…?
Best
Stefan
Hi beenee,
The code is there in the Quick css :) You can have a look there.
Glad we could help :)
Best regards,
Victoria
Thanks Voctoria,
found it:
#top .sidebar p,
#top.sidebar h4{
margin-top:0px!important;
margin-bottom:0px!important;
}
#top .sidebar hr {
margin: 10px 0 20px;
}
Thanks a lot, ticket can be closed!
Hi beenee,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria