Site logo

Archived topic

How to Set my mobile home/post page view to be like this site... Link added

7 replies · Started by Olasiyan on August 31, 2019

Viewing posts 1–8 of 8

Hi there,

to keep the row layout for mobile try this CSS:

@media(max-width: 768px) {
    body:not(.post-image-aligned-center) #main .inside-article .post-image {
        float: left;
        text-align: left;
        margin-right: 1em;
    }
    .blog .post, .archive .post {
        margin-bottom: 0;
    }
}

Thanks It works but I need to reduce the margins between the posts.. I want the posts to be a little bit compact
Check My Site below to confirm
My Site

Thanks... It's perfect... On a single post how do I add some blog categories or recent posts at the end of the content?

Glad we could help :)

No problem :)

This archived topic is closed to new replies.