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

    Guten Tag

    1. Frage: Die Menue Reihenfolge dreht sich ungewollt um (beim Burger Menue stimmt die Reihenfolge), weil ich mit float right das Menue nach rechts verschoben habe (Logo Oben, Menue unten rechts). Mit welchem Code kann ich die Reihenfolge des Hauptmenues in der Textdarstellung wieder umdrehen?

    2. Frage: Mit welchem Code kann ich das Padding des «Untermenues volle Breite» (Psychodrama, Pesso Therapie, Tiefenpsychologie) einstellen, so dass das Hauptmenue und das «Untermenues volle Breite» genau gleich rechtsbündig dargestellt werden?

    Herzlichen Dank für den Support
    Freundliche Grüsse
    Claudia

    #1319729

    Hey Claudia,

    1. Please try this CSS, instead of floating the li elements:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        width: auto;
        float: right;
    }

    2. I’m not sure I understand your intentions here, could you post a screenshot highlighting them please? Or you could try to explain what you are looking to achieve a bit further.

    Best regards,
    Rikard

    #1319737

    Thank you Rikard

    Question 1: It works fine.

    Question 2: I would like to position the text of the orange bar (full width submenu) to the same extent to the right as the text of the main menu. See screenshot below.

    Frage 2: Ich möchte den Text des orangen Balkens (Submenue volle Breite) gleich weit rechts platzieren aie den Text des Hauptmenues. Siehe Screenshot unten.

    Claudia

    #1319806

    Hi,
    Thank you for the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #sub_menu1 {
    	padding: 0 55px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1319840

    Hey Mike

    Thank you. It works with:

    #top #sub_menu1 {
    padding-right: 110px;
    }

    Best regards
    Claudia

    #1319865

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menue Reihenfolge dreht sich ungewollt um’ is closed to new replies.