Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1375419

    HI Team!

    Ich möchte in der kleinen Leiste über dem Hauptmenü ein Header Menü und die Telefonnummer/Extra Info unterbringen. Die bisherige Leiste ist mir etwas zu niedrig, ich würde sie gerne höher haben, damit die Übersichtlichkeit besser wird.
    Im Menüpunkt “Erweitertes Styling” kann ich ein paar Parameter ändern, die Höhe der Leiste aber nicht. Gibt es eine Möglichkeit hierfür?

    Danke und LG

    #1375450

    per css kannst du die min-height einstellen – allerdings verändert sich dadurch nicht automatisch das padding-top von #main.
    also zB:

    #header_meta .container {
     min-height:50px;
    }

    der default Wert ist 30px – diese extra 20px müsstest du dem padding-top für #main zu addieren.
    Und zwar für alle responsiven Fälle – ausgenommen den Seiten mit transparentem Header.

    #1375456

    Klasse, vielen Dank für die Antwort Guenni007, die Höhe der Leiste hat sich tatsächlich verändert! :)

    Der zweite Teil der Antwort bzgl. #main ist leider noch Chinesisch für mich, keine Ahnung, was ich da machen muss… ;-)

    Meine Frage war auch nicht konkret genug, die Schrift soll natürlich auch etwas grösser sein, nach der Änderung jetzt befindet sie sich im oberen Drittel der Leiste, schön wäre es, wenn die Schrift etwas grösser und zentriert wäre…

    #1375463

    Hi,

    Thank you for the inquiry.

    We may need to see the site and check the elements in order to provide the appropriate modifications. Please post the site URL, screenshots will also help.

    Best regards,
    Ismael

    #1375491

    Hi Ismail,

    thanks for your reply! I¨ve added the site URL and thank you for your help!

    Best regards, Philipp

    #1375525

    Hi,

    Please use following code instead

    
    #header_meta .container {
      min-height: 50px;
      padding-top: 10px;
    }
    


    @guenni007
    Thanks for your help!

    Regards,
    Yigit

    #1375549

    Thanks a lot Yigit! Now its perfectly centered!

    The only thing left is that the font size of the menu and the extra information could be a bit larger. Is it possible?

    1000 thanks in advance!

    Best regards, Philipp

    #1375552

    Hi,

    You are welcome, Philipp!

    Please add following code to Quick CSS as well and adjust it as needed

    
    #top .phone-info {
      font-size: 14px;
    }
    #top .sub_menu {
      font-size: 14px;
    }
    

    Best regards,
    Yigit

    #1375563

    Thanks for your absolutely awesome support Yigit!
    Thats exactly what I wanted!
    Very appreciated!

    Best regards and have a great day!
    Philipp

    #1375565

    Hi Philipp,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Kleine Leiste über dem Hauptmenü – Höhe verändern’ is closed to new replies.