scalable logo

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Mon Oct 16, 2017 11:46 pm
Can you please tell me how to get the replaced logo to scale with the rest of the website? It gets in the way of the nav on a mobile http://htlc.vic.edu.au/about/campus-and-facilities/

The logo has been replaced within the CMS template selector (not css)
Thanks for your expertise.
User avatar
Expert Boarder

Joshua M
Tue Oct 17, 2017 9:26 am
Hi,
Try to add the following custom css code:
Code: Select all
@media (max-width: 600px) {
   .imageLogo img {
      max-width: 200px;
   }
}

User avatar
Moderator

GK User
Wed Oct 18, 2017 4:02 am
Thanks Joshua.
I added the code to the override.css but it hasn't changed... ? :/
User avatar
Expert Boarder

Joshua M
Wed Oct 18, 2017 8:01 am
You have a mistake within your override.css file, missing bracket after:
Code: Select all
.gk-numblock {
    clear: both;
    padding: 0 0 0 60px !important;

so, the code after this fragment doesn't work.
User avatar
Moderator

GK User
Wed Oct 18, 2017 8:39 am
Oh nice one Joshua! Thanks heaps for that.
User avatar
Expert Boarder


cron