• dropp

    (@roberta_dropp)


    Hi,

    I have installed Agency lite theme.
    On mobile my logo is very small.
    How can I make it bigger only for mobile version?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @roberta_dropp

    Thank you for writing in.

    Could you please provide us your site URL so that we can check on this and provide you a better solution.

    Regards!

    Thread Starter dropp

    (@roberta_dropp)

    https://tinyurl.com/vezt8fr

    but my website is not on-line. So let me know when you can check so I’ll change the status

    Hi @roberta_dropp

    Thank you for writing back.

    It seems that your site is on coming soon mode at the moment. Could you please disable the mode so that we could work on your issue.

    Regards!

    Thread Starter dropp

    (@roberta_dropp)

    done

    Hi @roberta_dropp

    Thank you for writing back.

    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and Add this CSS codes:

    @media only screen and (max-width: 768px){
    .site-header .site-branding {
        width: 30%;
    }
    .site-header .main-navigation {
        width: 40%;
    }
    
    }

    Please do contact us if you have any questions.

    Regards!

    Thread Starter dropp

    (@roberta_dropp)

    Thank you so much, the logo is bigger but the menu isn’t in the correct position… this code moves the menu on left…

    • This reply was modified 4 years, 10 months ago by dropp.

    Hi @roberta_dropp

    Thank you for writing back.

    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and Add this CSS codes:

    @media only screen and (max-width: 768px){
    .main-navigation button {
        top: 22px !important;
        right: 25px !important;
    }
    }

    Please do contact us if you have any other questions.

    Regards!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo very small on mobile’ is closed to new replies.