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

    Hi,
    I have the problem that on the mobile phone size the menu toggle box covers part of the logo.
    I’ve tried making the logo smaller on the phone size by adding the following css:

    .responsive.logo img {
    max-width:80%; !important;
    }

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 60% !important;
    }
    .responsive .logo img {
    margin: 0 auto;
    max-width: 268px !important;
    }
    }

    This is all not working, any ideas?
    Thank you,
    Lisa

    #433868

    Hi sundara88!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #434012
    This reply has been marked as private.
    #434132

    Hi!

    Please review your website now, i added custom CSS code to bottom of style.css file of your child theme

    Cheers!
    Yigit

    #434529

    Thanks Yigit, looks great!
    and this theme is absolutely fantastic!
    Cheers

    Lisa

    #434836

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘mobile menu toggle goes over logo, can't make logo smaller’ is closed to new replies.