Themis Blog - Alternating Images Style - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Themis Blog - Alternating Images Style

S

sdlsites

Template 3 years ago

I am trying to figure out how to stop the Themis template blog format from alternating images on the top and bottom. We just want all blog images to appear on the top of the category page. Not as familiar with Helix Ultimate. Where would this configuration be located?

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #76290

Hi there!

Thanks for your query.

You may use the following code snippet in your custom CSS:

.blog .article-list .article.type-intro {
    display: flex;
    flex-direction: column;
}
.blog .article-list .article .article-body {
    order: 1;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #76820

Hi,

Thanks for accepting my answer:)

Have a nice day!

0