Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pimmar Friend
    #142445

    I have changed the css code for the home section on the friont page, sothat it displays only one article, changed to 100%

    #ja-contentheading .leading {
    float: left;
    width: 100%;
    }

    #ja-contentheading .article-block {
    float: right;
    width: 100%;

    the article shows fine, but the image I inserted looks wrong, the template forces it
    to be size or the image (400wide) in the demo and I have an image of 600 pixels wide
    somewhere the image size is manipulated but where to go

    see enclosed screenshot, the image is streched ……:((


    1. screenshot2
    wiery Friend
    #311841

    Try this out. In the templates files go to templates>ja_topaz>html>com_content>frontpage>default.php. Open this file and edit the following code around line 20-21

    //Leading image size
    $this->imageWidth = 404;
    $this->imageHeight =230;

    This is what force sizes your image. Change it to what ever size you want your pic forced to or just remove it completely if you’d like and it should take care of your problem.

    daylin Friend
    #313171

    Also be sure that the actual image itself is exact same size as the size that it says it the template.css. this is a common issue. are you using firefox and the firebug tool extension for best results and savings in man hours?

    andressk Friend
    #319823

    Thanks, I worked fine for me…

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  andressk 15 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum