Forums

[resolved] Image problems in "Voltage" stylesheet (6 posts)

  1. 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 :)

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Check your image sizes in Admin/Settings/Media.

  3. 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?

  4. hello im adam
    Member
    Posted 2 years ago #

    I just noticed it's resizing all the images to the same size.

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  6. hello im adam
    Member
    Posted 2 years ago #

    Many, many, many thanks esmi worked like a treat :)

Topic Closed

This topic has been closed to new replies.

About this Topic