hello im adam
Member
Posted 2 years ago #
hi, I've been having problems with images on everypage except the front page because the images only change on pages, the problem is that the size is increased only in width eg. width="5" hight="5" would come out looking like width="7" hight="5" for some reason, I don't know if it's supost to but I want to change it, the site is http://www.fizzl.co.uk and the theam is voltage. thanks for the future help :)
Check your image sizes in Admin/Settings/Media.
hello im adam
Member
Posted 2 years ago #
thanks for replying esmi but it all seems right in the Media Settings, do you know what else it could be?
hello im adam
Member
Posted 2 years ago #
I just noticed it's resizing all the images to the same size.
Try editing style.css (line 116) and changing
.content_left img {
background:#000000 none repeat scroll 0 0;
border:1px solid #1F1F1F;
float:left;
height:130px;
margin:9px 9px 9px 0;
padding:4px;
width:210px;
}
to
.content_left img {
background:#000000 none repeat scroll 0 0;
border:1px solid #1F1F1F;
float:left;
margin:9px 9px 9px 0;
padding:4px;
}
hello im adam
Member
Posted 2 years ago #
Many, many, many thanks esmi worked like a treat :)