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;
}
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
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
Hey!
Sorry i forgot to change padding value. I updated the code i posted in my previous post. Please try it now
Regards,
Yigit
It works now ! Waouh… I wish I could go as fast as you !! :)
Thank you Yigit !