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.
The logo has been replaced within the CMS template selector (not css)
Thanks for your expertise.
-
- Expert Boarder
- Joshua M
- Tue Oct 17, 2017 9:26 am
Hi,
Try to add the following custom css code:
Try to add the following custom css code:
- Code: Select all
@media (max-width: 600px) {
.imageLogo img {
max-width: 200px;
}
}
-
- 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... ? :/
I added the code to the override.css but it hasn't changed... ? :/
-
- Expert Boarder
- Joshua M
- Wed Oct 18, 2017 8:01 am
You have a mistake within your override.css file, missing bracket after:
so, the code after this fragment doesn't work.
- Code: Select all
.gk-numblock {
clear: both;
padding: 0 0 0 60px !important;
so, the code after this fragment doesn't work.
-
- Moderator
- GK User
- Wed Oct 18, 2017 8:39 am
Oh nice one Joshua! Thanks heaps for that.
-
- Expert Boarder
5 posts
• Page 1 of 1