Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • timpennington Friend
    #1036396

    I am using an XL layout module of articles for a category.

    http://techmetals.com/new/index.php/resources/industries

    I have them in rows of 4, but the far left column’s photos are much smaller than the rest. This happens in the first image of each item in the left column.

    Any idea what is causing this?

    Pankaj Sharma Moderator
    #1036511

    Hi
    Add below code in /css/custom.css file

    
    @media screen and (min-width: 992px) {
      .blog .column-1 .item-image.pull-left,
      .blog-featured .column-1 .item-image.pull-left {
        float: left !important;
        width: 100%!important;
        padding-right: 0px!important;
      }
    }

    It will fix the issue.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

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