The logo and my additional first two icons are not responsive. The icons are custom icons, since I can not find this kind of icons on FontAwesome website. I'd also like to use transition for this icons, similar to the rest of them in Steak House Theme.
The code I've used so far (with the help from Forum) doesn't seem to work for me:
- Code: Select all
.gk-logo img {
max-width: 100%;
}
- Code: Select all
height: 10%;
width: 10%;
max-width: 100%;
- Code: Select all
transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
color: #ffffff;
}
Also, how can I make this first picture to stretch all the way to the bottom and remain responsive?
Link: kckm.si
User: ***
Pass: ***
Thank you!
Matej