Home Forums Free Themes Education Hub Logo is small on homepage of mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11247
    atulsharmacse
    Participant

    My logo is very slow on mobile, please let me know what to do

    My website is networkkings.org

    #11256
    wensolutions
    Keymaster

    Hello @atulsharmacse

    Hope you are doing well.

    For making logo little big you need to add custom CSS.
    For that you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    In this section you will see a box to add custom CSS.
    Here copy and paste below code.

    
    @media only screen and (max-width: 767px) {
    	.site-branding {
    		text-align:left;
    	}
    	.custom-logo-link img {
    		height: 80px;
    		max-width: 300px;
    	}
    }
    

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.