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

    On this site: https://sharprockvineyards.com/
    Mobile View, the hamburger menu and Shopping cart icon is blocking the logo
    How can I adjust it?
    Thank you

    #797682

    Hey Elames :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        max-width: 65%;
    }}
    

    Best regards,
    Yigit

    #801528

    Sorry that didn’t help.

    View post on imgur.com

    #801536

    Hi,

    Please try changing the code to following one

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        width: 65% !important;
    }}

    If that too does not help, please create a temporary admin login and post it here privately so we can look into it :)

    Best regards,
    Yigit

    #801645

    Got it. I think there was another custom css that was affecting it. I removed it and it appears to be ok now.
    Thanks as usual Yigit:-)

    #801688

    Hi,

    You are welcome Elames, always happy to help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo blocked’ is closed to new replies.