Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287409

    Hello to the team,

    Is there a way to increase the height of the second navigation so the type can be slightly bigger?

    Thank you,

    Frederic

    #287417

    Hey Frederic!

    I guess you are referring to the header meta, try adding this code to the Quick CSS:

    #header_meta, #header_meta .container{
        min-height: 50px;
    }
    .sub_menu li{
        line-height: 25px;
        font-size: 16px;
    }

    Cheers!
    Josue

    #287647

    Great,

    Thank you

    Frederic

    #287650

    You are welcome Frederic, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.