Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #820652

    Hi!

    I have a little problem on my theme, i would like to see my second menu that is connect and register on mobiles, but i cannot.

    My website: https://oneunity.fr

    Thank you by advance,

    Alexis.

    #820664

    Hey ExagOne59,

    A color adjustment should fix this. Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #avia2-menu.menu{
    color:#000!important;
    }
    }

    Best regards,
    Jordan Shannon

    #820672

    Thank you lot it is perfect!

    #820675

    one more question, on my home tab where there is my fullscreen, the two buttons are not centered on mobile :/, i really thank you for the time you spend to me.

    Alexis

    #820687

    Hi,

    I see what you mean. Please try adding this to quick css:

    @media only screen and (max-width: 767px)  {
    .avia-multi-slideshow-button.avia-slideshow-button{
    margin-right:0px!important;
    }
    }

    Best regards,
    Jordan Shannon

    #820697

    Perfect!!

    really thank you for your help!

    #820700

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile second menu problem’ is closed to new replies.