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

    Hello!
    Help please. How to make the category names were under the picture?


    1. jpg
    Ninja Lead Moderator
    #513455

    You can try to do with my suggest

    Open templates/ja_magz/css/template.css file

    From

    .category-name {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    }
    .article-title,
    .article-header h1 {
    color: #2a2a2a;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-size: 28px;
    }

    Change to

    .category-name {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: -20px;
    }
    .article-title,
    .article-header h1 {
    color: #2a2a2a;
    margin: 10px 0 10px 0;
    line-height: 1.3;
    font-size: 28px;
    }

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

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

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