Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1138570

    Hey,

    When I adjusted my logo and menu on my pc webside, it also changed the mobile website menu and logo.. How do I set the mobile/ipad sites to default mode so the logo is placed in the corner again and the menu is not the wide..

    Thank you in advance :)

    #1138931

    Hey villumsen94,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px) {
        #top #wrap_all .logo {
            width: 100% !important;
            padding: 20px 0px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1138951

    Thank you! The logo code worked fine.. But is there a way my menu on my mobile site can be more narrow? right now its almost as wide as my mobile screen when i touch the menu button in the right corner.

    thanks in advance

    #1139245

    Hi,

    Add this to quick css:

    .html_av-overlay-side .av-burger-overlay-scroll{
    width:250px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.