Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #473227

    Hi there,
    I was looking for a possibility to insert an image (in my case the logo) on the mobile menu when it is visible/open – to the right of the data-av_icon=””.
    Any help is appreciated.
    Thank you

    #473369

    Hey Peter_kfm!

    Try adding this to your custom CSS.

    ul#mobile-advanced {
      background: url("URL to your image") !important;
    }

    Best regards,
    Elliott

    #473597

    Hi Elliott and thanks!
    I made some changes and it works very well:
    ul#mobile-advanced {
    background-image: url(“URL to your image”) !important;
    background-repeat: no-repeat;
    background-position: right top;
    }

    By the way – if I want to change background-position to left what css I may use for moving the data-av_icon=”” (closing menu) to the right side of the menu?
    Thanks in advance!

    #473623

    Hi again,
    I managed it myself:

    #advanced_menu_toggle, #advanced_menu_hide{
    border: 0;
    border-radius: 0;
    margin-left: 75%;
    }

    Thanks – Great Theme – Great Support!

    #474087

    Hey!

    Glad you found the correct CSS and thanks for the kind words :-)

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu – insert image or logo – when menu is visible’ is closed to new replies.