Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tanjibo Friend
    #999870

    How to fix size of image at position header-1 when I try to switch this module to banner and put picture height 96 pixel they will expand size of this position every time. please see attach file.

    thank you


    1. Capture-1
    Ninja Lead Moderator
    #1000110

    Hi,

    This way will help you out

    • Open templates/ja_teline_v/css/custom.css file and add new rule
    .header-right .trending .bannergroup .banneritem {
        margin: 0px !important;
    }

    Regards

    tanjibo Friend
    #1000145

    Hi,

    I try to put this code on custom.css but still it same.

    thank you

    Ninja Lead Moderator
    #1000196

    Hi,

    It looks like the templates/ja_teline_v/css/custom.css file does not load on your site but you can try to do this way

    Open templates/ja_teline_v/css/template.css file

    find and change

    .banneritem {
      margin: 0 0 12px;
      overflow: hidden;
    }

    to

    .banneritem {
      margin: 0px;
      overflow: hidden;
    }

    Once done to clear cache the backend of your site and check again. Hope it helps

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 8 months ago.

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