• Resolved whateverfree2

    (@whateverfree2)


    Hello,

    First, thank you very much for the great theme.

    However, the logo is not reponsive. In mobile device, the logo display very small

    Could you please help fix it?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @whateverfree2,

    Thank you very much for the appreciations.

    To increase the logo size in responsive view use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 767px){
    .site-logo-link, .custom-logo-link {
        max-width: 150px;
    }
    }

    Please adjust the size as per your requirement .

    Hope this helps .

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/education-hub/

    Best regards.

    Have a good week ahead.

    Thread Starter whateverfree2

    (@whateverfree2)

    Thanks for quick support, working very well

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