Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • osola Friend
    #193935

    Hello!

    I have a problem with columns when I use category blog in Beranis template.
    As you can see in the image with 2 or 3 columns you get free spaces with no post in the blog.

    Tnks!


    1. 2columns
    2. 3columns
    Ninja Lead Moderator
    #519347

    You can try to do this way

    Open templates/ja_beranis/css/themes/escola/template.css file and add this script

    @media (min-width: 768px) {
    article {
    margin-right: 15px !important;
    }
    }

    osola Friend
    #519505

    I wrote exactly the text at the end of the file template.css, but nothing has changed…

    I can not understand what the @ in the text means. And what do you mean by script?

    Thanks for your answer!

    Ninja Lead Moderator
    #519621

    I did help to modify directly on your site in templates/ja_beranis/css/themes/escola/template.css file:

    Change

    .media (min-width: 768px) {
    article {
    margin-right: 15px !important;
    }
    }

    To

    @media (min-width: 768px) {
    article {
    margin-right: 15px !important;
    }
    }

    About @ before media tag you can have look at this link for reference.

    Please check your site again. Let me know if it helps.

    osola Friend
    #521937

    I’m sorry but this don’t solve the problem..

    Ninja Lead Moderator
    #522003

    <em>@osola 410381 wrote:</em><blockquote>I’m sorry but this don’t solve the problem..</blockquote>

    I could not find the menu on your site with Category Blog that has 2 or 3 columns. Please help to create that page (with 2 or 3 column). I will investigate further.

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

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

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