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

    First of all thanks for lovely and easy to work Enfold theme. I am stuck with small issue ie. Arabic site mobile menu is overlapping the logo on the right hand side how to fix this issue.
    http://www.albumii.com/arabic

    #956437

    Hey jcferns,

    Thanks for the link, do you want to move the logo left, or the menu/search icon?

    Best regards,
    Rikard

    #956559

    On Mobile phones logo should be on right side and menu on left side

    #956578

    Hi,

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

    CSS Snippet:

    
    /* Move menu to left on mobile */
    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        right: auto;
        left: 0;
    }}
    
    

    Best regards,
    Yigit

    #956619

    Perfect..it works…what makes Enfold a super theme cos of excellent support

    #956624

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://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 :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Arabic mobile menu overlaps the Logo on right hand side’ is closed to new replies.