• Resolved nsmlvmedia

    (@nsmlvmedia)


    Hi –

    We put fb and youtube logos (with links) in the footer of our site which uses the Capacious theme. We did this via appearance +> customize => theme option => footer option. The logos display too large on phones. We tried setting the width and height attributes of the img tag, but it didn’t seem to help. What can we do to fix this problem?

    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello nsmlvmedia,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    
    .footer-bottom .copyright a img {
      width:32px;
      border-radius: 3px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter nsmlvmedia

    (@nsmlvmedia)

    Thank you very much – this works perfectly!

    Thread Starter nsmlvmedia

    (@nsmlvmedia)

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘put fb and youtube logos in footer too big on mobile’ is closed to new replies.