Helix Ultimate - Main Page Content - Question | JoomShaper

Helix Ultimate - Main Page Content

M

Marin

Helix Framework 1 year ago

Hi, I have noticed that articles in the blog view in a category are a bit wider than on the main page view on Helix Ultimate. I like that wider look on blog view in the category so how can I set up it also on the main page? This is relevant only on mobile view. On the desktop, everything seems equal.

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #103686

Ok, I think I know, but please use screenshot next time, OKAY?

Fix CSS code:

@media screen and (max-width: 860px) {
.container-fluid.blog-featured {padding: 0;}
}
0
M
Marin
Accepted Answer
1 year ago #103059

Hello, any idea about this? Thank you.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #103063

Hi there!

Thanks for contacting us.

Would you please give us your site URL here to check, please?

Best Regards

0
M
Marin
Accepted Answer
1 year ago #103065

In the attachment are all the details. Thank you.

0
M
Marin
Accepted Answer
1 year ago #103682

Any news about this?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #103684

LOOK BELOW

0
M
Marin
Accepted Answer
1 year ago #103693

Hi Paul, as always - many thanks for your help. That works.

Just for info, why is this shrinking only on the blog featured list?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #103702

Bootstrap styles added extra padding for .container-fluid class. And they are used also in mobile view.

0