Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Stefan

    #1156897

    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

    #1157441

    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

    #1157494

    Hi beenee,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1157506

    Thanks Victoria,
    I just did.

    #1158227

    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

    #1158327

    Hi…
    Yes I did that, without a result…:-(

    #1159179

    Hi beenee,

    I adjusted the code for you. Please check if it is good enough.

    Best regards,
    Victoria

    #1159255

    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

    #1159457

    Hi beenee,

    The code is there in the Quick css :) You can have a look there.

    Glad we could help :)

    Best regards,
    Victoria

    #1159608

    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!

    #1159655

    Hi beenee,

    Glad we could help :)

    We are closing the thread.

    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘enfold sidebar line-height’ is closed to new replies.