Tagged: breadcrumbs, margin, title
I have just noticed the margins for the breadcrumbs and title bar seem to be really wide at the top and bottom on the following website. Can you please advise how I can reduce them.
Many many thanks
Ivana
Hey Ivana!
Thank you for using Enfold.
Add this to the Quick CSS field:
#top .title_container .container {
padding-top: 0;
padding-bottom: 0;
min-height: 40px;
}
Regards,
Ismael
Thank you Ismael. For some reason the title font still appears really big. I tried adding the following into the code that you provided
font-size: 60%!important;
and also tried
font-size: 12px !important;
but that is not reducing the font size of the title. So clearly I’ve missed something.
Can you please help.
Many thanks
Ivana
Hey!
Thank you for coming back.
Try the following and adjust the value:
.title_container .main-title a {
font-size: 30px !important;
}
Cheers!
Günter
Yay that did the trick. As always, your help is greatly appreciated.
Cheers
Ivana