Resized image contact

GK User
Mon Dec 29, 2014 12:49 am
Good evening.
I can not get the page image Contact decrease as change the resolution - tablet or mobile.
I have already entered in the css and nothing happens. The image remains on the larger size. How do I get it to be resized?
Thank you.
http://www.joiasetc.com.br/index.php/contato
User avatar
Senior Boarder

GK User
Mon Dec 29, 2014 10:12 am
"I have already entered in the css" - where exactly have you entered "the css"?
User avatar
Moderator

GK User
Mon Dec 29, 2014 6:14 pm
I tried at all!
small.tablet.css
tablet.css
small.desktop.css
mobile.css
template.css
And none of them work, not appear when using the "Inspect element" of the browser ...
I tried to set @media - putting
.contact-image {
margin: 0;
width: 100%! important;
But it did not work ...
Thanks for your help,
Marcia
User avatar
Senior Boarder

GK User
Mon Dec 29, 2014 9:35 pm
Please put the code into override.css and enable its use in template settings - advanced section. Then please write back.
User avatar
Moderator

GK User
Mon Dec 29, 2014 10:46 pm
I also put in override.css and still does not work.
The image does not resize.
I do not understand what happens!
Thanks & Regards,
Marcia
User avatar
Senior Boarder

GK User
Fri Jan 02, 2015 9:29 am
You should use:
Code: Select all
.contact-image img {
   margin: 0;
   width: 100% !important;
}

instead of:
Code: Select all
.contact-image {
   margin: 0;
   width: 100% !important;
}
User avatar
Moderator


cron