test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • xxxvinixxx Friend
    #192326

    Hello!
    Is it possible to transfer the image to the left in the category?


    1. jpg
    Ninja Lead Moderator
    #512554

    You need to customize css style on this case

    Open templates/ja_magz/css/template.css file

    From

    .tpl-inf-wrapper {
    position: relative;
    overflow: hidden;
    }

    Change to

    .tpl-inf-wrapper {
    position: relative;
    overflow: initial;
    }
    .blog-news .category-desc {
    margin-left: -200px;
    position: absolute;
    top: -30px;
    }

    Let me know if it helps


    1. move_image
    xxxvinixxx Friend
    #512755

    <em>@Ninja Lead 398330 wrote:</em><blockquote>You need to customize css style on this case

    Open templates/ja_magz/css/template.css file

    From

    .tpl-inf-wrapper {
    position: relative;
    overflow: hidden;
    }

    Change to

    .tpl-inf-wrapper {
    position: relative;
    overflow: initial;
    }
    .blog-news .category-desc {
    margin-left: -200px;
    position: absolute;
    top: -30px;
    }

    Let me know if it helps</blockquote>
    Everything is fine. Thank you.

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

This topic contains 3 replies, has 2 voices, and was last updated by  xxxvinixxx 11 years ago.

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