Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • gmancuso68 Friend
    #183481

    Hello,

    I have this issue on firefox. If you access to this page

    http://www.itacad.it/1/ciclicoss/novita.html

    the images of the article in the blog view isn’t correctly resized.

    Everythink it’s ok in Chrome

    Giorgio Mancuso

    lookk Friend
    #477773

    try to decrease the image size either with photo editing software or by adding meta to img tag in html view like this <img src=”Snap1CREATE.jpg” width=”180″ height=”110″>

    gmancuso68 Friend
    #477774

    Decreasing the image size could be e possible solution (not very elegant I think), the other solution isn’t possible because these images are set in “Image and Link” section of article’s properties where isn’t possible to set with and heigh attributes for images.

    Saguaros Moderator
    #477862

    Hi,

    You can change the source image (intro image and fulltext image) in article options like that. Or you can add additional CSS rule for these image by opening file: templatesja_merocsscustom.css

    add this rule:

    .pull-left img {
    width: 400px;
    height: 200px;
    }

    change width and height to your desired value

    Clean all cache.

    pguaraz Friend
    #521793

    I have the same problem and can’t resolve using this code.
    In the home page the images overlap each other.

    Saguaros Moderator
    #521798

    You can post URL of site you’re working on here and turn off Optimize CSS option in template manager, I will check it for you.

    pguaraz Friend
    #522038

    <em>@Saguaros 410187 wrote:</em><blockquote>You can post URL of site you’re working on here and turn off Optimize CSS option in template manager, I will check it for you.</blockquote>

    http://www.lules.gov.ar and Optimize Css Turn off

    TKS

    Saguaros Moderator
    #522302

    Hi Pablo,

    Try opening file: /templates/ja_mero/css/custom.css and add this CSS rule:

    .pull-left {
    float: none;
    }

    and let me know how it goes.

    Best

    pguaraz Friend
    #522535

    It’s work!!!…. Tks 🙂

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

This topic contains 9 replies, has 4 voices, and was last updated by  pguaraz 10 years, 9 months ago.

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