Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #400154

    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

    #400422

    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

    #400447

    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

    #400621

    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

    #401008

    Yay that did the trick. As always, your help is greatly appreciated.

    Cheers
    Ivana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumbs and title margins’ is closed to new replies.