Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1056759

    Hi Kees Janisse,

    You can share the credentials of your site and illustrate the modification you expect via screenshots, I will help you to check this.

    Regards

    keesjanisse Friend
    #1056783

    see attached
    basically using a category blog (0 Leading Articles; intro articles over 2 columns) the left column doesn’t show the "full" image width….

    regards


    1. dump
    Saguaros Moderator
    #1056935

    You can define this css:

    .blog .column-1 .item-image.pull-left, .blog-featured .column-1 .item-image.pull-left {
      padding-right: 0;
      width: 100%;
    }
    .blog .column-1 .item-image.pull-left + .item-ct, .blog-featured .column-1 .item-image.pull-left + .item-ct {
      width: 100%;
    }

    into the file: [root]/templates/ja_company/css/custom.css (create this file if it doesn’t exist)

    keesjanisse Friend
    #1056968

    Perfect!
    this solved my problem
    thanks for the superb support !

    kind regards
    Kees

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

This topic contains 4 replies, has 2 voices, and was last updated by  keesjanisse 7 years, 3 months ago.

The topic ‘Catogory Blog Layout (multiple columns) left column show different layout’ is closed to new replies.