• Resolved thesraid

    (@thesraid)


    I am testing this theme for use with a new site. It’s seems to fit my needs perfectly but unfortunately the featured images in the main screen are sized incorrectly.

    In the main screen it seems to zoom into the top of the image and therefore only seems to display a portion of the image.

    I edited portions of the CSS file in an attempt to fix it but couldn’t get it quite right.

    The site that is having the issue is http://friendly.ie

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Try this CSS code

    .latest-small-article .ls-image img {
        width: 100%;
        height: 100%;
    }
    #content-wrapper .latest-small-article .ls-image {
        height: 200px;
        max-height: 200px;
    }

    This will help you.

    Thank You

    Thread Starter thesraid

    (@thesraid)

    Thanks very much. That does help however now the text is running onto the next image and is being hidden.

    Hello,

    Please share the screenshot of problematic area, so i can take a look.

    Thank You

    Thread Starter thesraid

    (@thesraid)

    I edited the css you originally posted to the following at it seems to have worked. Unless you noticed anything wrong with it maybe?

    .latest-small-article .ls-image img {
        width: 100%;
        height: 100%;
    }
    #content-wrapper .latest-small-article .ls-image {
        height: 135px;
        max-height: 135px;
    }

    Hello,

    Yes you can use this code, Nothing is wrong in this.

    Thank You

    Thread Starter thesraid

    (@thesraid)

    Brilliant. Thanks very much for you help gouravwptech 🙂 I appreciate it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured Images on the main Page are not displayed correctly’ is closed to new replies.