Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #842708

    Hi,

    how can I change the size of the small bar above the main menu.

    The advanced styles does allow only the color and font style but not the size.
    But I want to change the size of the Telefon number…

    Any CSS codes?

    Cheers Reni

    #842717

    Hey Best4Web,

    Please provide a link to the site in question. Also, are you looking to change the size of the bar, or the font size of the number?

    Best regards,
    Jordan Shannon

    #843520

    Hi,

    http://hämostaseologie-köln.de
    I want to change the bar size and the Telefon number font size.

    Best regards

    #843554

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .phone-info {
        font-size: 10px;
        padding: 0;
    }
    #header_meta .container {
        min-height: 20px;
    }
    #header_meta {
        min-height: 20px;
        height: 20px;
    }
    .sub_menu {
        top: 5px;
    }
    
    

    Best regards,
    Yigit

    #843581

    WORKED! THX

    #843600

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change the size of "Small bar above Main Menu"’ is closed to new replies.