Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dufi Friend
    #908329

    Hi there.
    Is there any way to set maximum width for tag view of K2 items? Also in demo page it looks bad. See attachment.


    1. temp-1
    Ninja Lead Moderator
    #908906

    Hi,

    There is no option to disable full width for tag view of K2 items at this moment, but you can control it as following:

    Open templates/ja_lens/css/k2.css file

    find and change

    span.catItemImage img,
    span.userItemImage img,
    span.tagItemImage img {
      border: 0;
      padding: 0;
      min-width: 100%;
    }

    to

    span.catItemImage img,
    span.userItemImage img,
    span.tagItemImage img {
      border: 0;
      padding: 0;
      min-width: inherit;
    }

    Hope it helps

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years ago.

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