• Resolved kyasir79

    (@kyasir79)


    Hi,

    I am trying to get logo size bigger on my website. I have tried increasing size of the logo in photoshop but it does not make any difference after I upload the file onto the site. Theme I am using is Renden eBusiness. Can someone please help?

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

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

    (@addweb-solution-pvt-ltd)

    Hello kyasir79

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

    
    #logo, #logo-sticky {
      width: 250px;
      margin-top: 0;
    }
    
    #logo img, #logo-sticky img {
      max-height: 130px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter kyasir79

    (@kyasir79)

    Thank you @addweb-solution-pvt-ltd

    This solved my problem!!!

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