Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201115

    Hi,
    I tried this… works when I test it with Firebug… but not when I put it in Quick CSS. Any idea ? Thanks.
    I’m working on localhost so I can’t send you anything…
    ———–

    #top .title_container .container {
    min-height: 35px;
    }

    .title_container .main-title {
        line-height: 1.2em;
        min-height: 15px;
    }

    #201166

    Hey marienoisette!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    #top .title_container .container {
    padding: 0;
    min-height: 40px;
    }

    Cheers!
    Yigit

    • This reply was modified 10 years, 11 months ago by Yigit.
    #201173

    Thanks for your quick reply Yigit !
    It doesn’t work though… And strangely Firebugs has detected the change -> it’s written 40px (and not 56 pixels before changing).
    Should I add an “important!” somewhere ?
    Thank you,
    Marie

    #201185

    Hey!

    Sorry i forgot to change padding value. I updated the code i posted in my previous post. Please try it now

    Regards,
    Yigit

    #201192

    It works now ! Waouh… I wish I could go as fast as you !! :)
    Thank you Yigit !

    #201194

    Hi!

    You are welcome Marie! Glad we could help :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce title container's height under the menu’ is closed to new replies.