Blog Only Showing In One Column Helix Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Blog Only Showing In One Column Helix Template

Alison

Alison

Helix Framework 3 years ago

Hi

I am moving my website pages over to the Helix template and when I set up a blog page, which should have 3 columns it shows in only one column.

see https://www.walc.org.uk/news/funding This is my blog set up ![https://ibb.co/7rczNB4]

What am I doing wrong? Thanks for your help Alison

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

Hi there!

Thanks for contacting us.

Would you please use the following code in your custom CSS:

body.com-content .blog .items-row.cols-3.row-fluid.clearfix {
    display: flex;
}

If you want some paddding among them, then the following code too:

body.com-content .blog .items-row.cols-3.row-fluid.clearfix .col-md-4 {
    padding: 0 10px;
}

Note: Path towards custom CSS: 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
Alison
Alison
Accepted Answer
3 years ago #48695

Perfect, thanks Rashida

0