logo resizing

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Oct 03, 2015 7:11 pm
Reply with quote
Report this post
Hi,

http://streffa.com/www/
How to set logotype to responsible size on mobiles? On desktop view is ok, but in mobile it covers "STREFFA FIGHT TEAM" title.
User avatar
Expert Boarder

teitbite
Sun Oct 04, 2015 8:43 pm
Reply with quote
Report this post
Hi

Please add this code to override.css

Code: Select all
@media only screen and (max-width:600px) {
#gkLogo {
    margin: 0;
    width: 70px;
}
}
User avatar
Moderator


cron