Logo Size

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Fri May 22, 2015 6:27 am
Hi!

I want to change the size of my logo...I want a little more big.. Could you help me with what code I have to use!

Thanks
User avatar
Gold Boarder

GK User
Sun May 24, 2015 9:24 pm
Hi,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.imageLogo img {
   width: 400px;
}

you can adjust the width value.
User avatar
Moderator

GK User
Mon May 25, 2015 3:21 pm
Thanks!!
User avatar
Gold Boarder


cron