Image Resize issue

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
Sun Mar 30, 2014 3:19 pm
Reply with quote
Report this post
Hello. I'm trying how to figure out how to resize an image when it's displayed on an iphone. The logo doesn't resize small enough and doesn't look as good as it should.

How do I get the image to resize better? Any help would be appreciated.

The site is: http://www.harvestwebsitedesign.com/the ... s-temp.org (temporary server of course until I get the site finished).

Thanks for any help provided.

Joe
User avatar
Fresh Boarder

GK User
Mon Mar 31, 2014 6:47 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
@media  (max-width: 580px) {
  #gkLogo {   
    width: 100%;
  }
  #gkLogo img {   
    max-width: 100%;
  }
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.