I am using the Casper theme..i have created a tag for the posts and put them on a page. The posts show up side by side. Is there a code injection for that specific page so that they show one below the other?
if you could share the class name the it would be easy to help. Btw, use the following css with you own class
.YOUR_OWN_CLASS {
display: flex;
flex-direction: column;
}
2 Likes
