Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280537
    vmgbpo
    Participant

    Hi

    Our logo is looking very small when viewed on a mobile device

    http://www.indiaschoolnews.com

    Is there some way to make the logo size bigger on a mobile device?

    Thanks
    Kartik

    #280561
    Skandha
    Participant

    @vmgbpo: Hello Kartik,
    I checked your site and the logo already looks big on mobile devices and extends throughout the width of the screen.

    Is your issue resolved?

    Kind Regards,
    Skandha

    #280619
    vmgbpo
    Participant

    Thank you, Skandha.

    Yes, after I reached out to you, I solved it by adding additional CSS.


    @media
    (max-width: 768px){
    .custom-logo {
    max-width: 100%;
    }

    ——–

    I have another question 🙂

    I am using

    High Responsive Pro
    Version: 1.6.1.1599140651

    What’s the correct way to upgrade the theme? Should I just download the latest version files from my Catch Themes account and upload them (overwriting the existing files)? Also, I have created a child theme and made some changes to the single.php file. If I upgrade to the latest version will it affect the child theme changes?

    Thanks,
    Kartik

    #280620
    Skandha
    Participant

    @vmgbpo: Hello Kartik,
    You seem to be using a very old version of the theme. For this one time you will need to manually update the theme. From next time onward you can automatically update the theme from your WP Dashboard. If you have made the changes in the child theme nothing should be effected.

    To update the theme
    You’ll need to first download the theme .zip from your https://catchthemes.com/my-account/ page.
    Then,
    Go to => Dashboard => Appearance => Themes => Add New => Upload Theme => Browse and select the theme .zip => Install => Replace Current with Uploaded.

    From next time you can activate the License Key on your site to update the theme from WP Dashboard with a single click. For more information about automatic updates using license key click here.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to increase logo size in mobile device’ is closed to new replies.