• Resolved hello-im-adam

    (@hello-im-adam)


    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 https://www.fizzl.co.uk and the theam is voltage. thanks for the future help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Check your image sizes in Admin/Settings/Media.

    Thread Starter hello-im-adam

    (@hello-im-adam)

    thanks for replying esmi but it all seems right in the Media Settings, do you know what else it could be?

    Thread Starter hello-im-adam

    (@hello-im-adam)

    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;
    }
    Thread Starter hello-im-adam

    (@hello-im-adam)

    Many, many, many thanks esmi worked like a treat ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image problems in “Voltage” stylesheet’ is closed to new replies.