Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #323145

    Hi, i want the small bar above Main Menu a little bigger in height? How do i manage this? And how do i make the font and phone number bigger there?

    Thanks Simon

    #323158

    Hi simonac!

    Please add following code to Quick CSS

    #header_meta .container {
    min-height: 40px;
    }
    .phone-info.with_nav {
    font-size: 20px;
    }
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 18px;
    }

    Regards,
    Yigit

    #323776

    Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Small bar above Main Menu – how to change size?’ is closed to new replies.