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

    Hello
    I’m trying to reduce the size of the small bar above the main header via CSS. I only need this as a design element and without showing the phone number. The height should be about 12px?
    Website in use: https://new.freihof-marthalen.ch

    thank you very much

    #1266395

    Hey nagex,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header_meta,
    #header_meta .container {
        min-height: 15px;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 115px !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1266601

    Hey Victoria
    Wonderful, works great. Thank you very much

    Best regards, Nagex

    • This reply was modified 3 years, 10 months ago by nagex. Reason: Hey Victoria, unfortunately there is still a problem with the mobile view? a distance can be seen?
    #1266705

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Size in "Small bar above Main Menu" area’ is closed to new replies.