-
AuthorPosts
-
November 14, 2019 at 1:05 pm #1156768
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
StefanNovember 14, 2019 at 7:35 pm #1156897Hey 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 ShannonNovember 16, 2019 at 12:44 pm #1157441Thanks 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
StefanNovember 16, 2019 at 4:31 pm #1157494Hi beenee,
Can you disable caching and minification for now?
Best regards,
VictoriaNovember 16, 2019 at 4:59 pm #1157506Thanks Victoria,
I just did.November 19, 2019 at 6:37 pm #1158227Hi,
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 ShannonNovember 20, 2019 at 1:57 am #1158327Hi…
Yes I did that, without a result…:-(November 22, 2019 at 3:08 pm #1159179Hi beenee,
I adjusted the code for you. Please check if it is good enough.
Best regards,
VictoriaNovember 22, 2019 at 6:01 pm #1159255Excellent 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
StefanNovember 23, 2019 at 4:30 pm #1159457Hi beenee,
The code is there in the Quick css :) You can have a look there.
Glad we could help :)
Best regards,
VictoriaNovember 24, 2019 at 4:57 pm #1159608Thanks 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!
November 24, 2019 at 8:16 pm #1159655Hi beenee,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria -
AuthorPosts
- The topic ‘enfold sidebar line-height’ is closed to new replies.
