Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #550013

    Servus Alle zusammen!

    Frage zum Themes ENFOLD

    ich möchte meinen Header anders anordnen. Weil, bei der Ipad-Ansicht sich die MEnuzeile in das Logo schiebt.
    von daher habe ich jetzt folgende Einstellung in Enfold Optionen -> Header
    header layout:
    menue position: Logo links, Menu Below — geht das Menü auch in der unteren Zeile rechtsbündig ?
    Wenn, welche Einstellung oder CSS Code wird benötigt?

    Beste Grüße nach Österreich!

    #551893

    Hey Andreas!

    Thank you for using Enfold.

    Do you want the main menu to align to the right instead of left? Please add this in the Quick CSS field:

    .av-main-nav li {
        float: right;
    }

    Best regards,
    Ismael

    #551927

    I have configured enfold to “Logo Left, Menu Below”

    The suggested Quick CSS reverses the order of the menu items. How can I align the main menu to the right without reordering the menu items?

    #552313

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
        float: left;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        width: auto;
    }
    .avia-menu.av-main-nav-wrap {
        float: right;
    }

    Best regards,
    Yigit

    #552961

    Hallo,
    habe den letzten Link eingegeben. soweit alles rechtsbündig, prima. Doch leider gibt es auf meinem Tablet einen Zeilenumbruch in der Menüzeile. die width: auto funktioniert nicht.

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
    float: left;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    width: auto;
    }
    .avia-menu.av-main-nav-wrap {
    float: right;
    }

    #553086
    #553091

    oh – noch was in der Tablet – Ansicht

    Tablet Querformat – Menu rechtsbündig, wie gewünscht und passt in die Zeile

    Tablet Hochformat – Menu linksbündig, wieder mit dem unschönen Zeilenumbruch

    #553093

    Hi!

    Did the code in the link i posted above help?
    If not, can you please post a screenshot and show the issues you are seeing?
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #553351

    I added this code to the Quick CSS, which solved the problem:
    #top .main_menu .menu {float:right;; width: auto;}
    A lot less CSS code than what you suggested.

    Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header | Logo links – Menu below RIGHT’ is closed to new replies.