How To Change Blog Layout Using Helix Ultimate 2? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Change Blog Layout Using Helix Ultimate 2?

Vladimir

Vladimir

Helix Framework 3 years ago

Hi! I'm using Joomla 4 + Helix Ultimate 2. I want to change my blog layout. Link: https://ortho.artcolorit.com/press I want to display image from the left and title and intro text at the right. I know how to customise all Joomla templates (I mean how to create ovverides). But I can't understand how to change this layout using Helix Ultimate.

Help please with this question. Thanks!

0
2 Answers
Pavel
Pavel
Accepted Answer
3 years ago #87918

Hi.

Helix Ultimate has its own override system for those files that overriden in template from the box . Look at the documentation.

But for your task, there is no need to create override. CSS is enough.

For example

.article-list .article {
    display: grid;
    grid-template-columns: .4fr 1fr;
    gap: 1em;
}
.article-list .article .article-intro-image {
    margin: 0;
}

Result

0
Anne
Anne
Accepted Answer
Support Agent 3 years ago #87949

Hello Vladimir,

Thanks for contacting us. Pavel is right. You can follow his instruction. You can follow this blog for custom codes: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-code-css-js-meta

And @Pavel, thanks for the solution.

-Regards

0