Layout Page Grid Style Post Category

Hello,

I would like to change the layout of this page:

http://fastenurseatbelts.com/category/destinations/asia/

The style of the post should be a grid style like this page:

http://fastenurseatbelts.com/

Do you know how I can change it as it is a category and not a page?

Thanks!
Annika

Hi Annika,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


@media (min-width: 768px) {
    .article-container{
        overflow: hidden;
    }
    .archive.category article.post {
        width: 50%;
        margin: 0;
        padding-right: 25px;
        display: inline-block;
        float: left;
    }

    .archive.category article.post .post-inner-content{
        border: 0;
        padding: 0 0 30px;
    }

  
    .archive.category article.post:nth-child(2n+2){
        clear: left;
        padding-right: 25px;
        padding-left: 0;
    }
    .archive.category article.post:nth-child(2n+1){
        padding-left: 25px;
        padding-right: 0;
    }
}

Best Regards,
Movin

Awesome! Thanks @Movin!

Do you also know how to shorten the blog post text so that you cannot see so much?

Another question… Do you know where I can change the heights of my logo?

Many thanks,

Annika

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for your new questions here https://colorlibsupport.com/c/activello/ instead of asking it in your existing thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.