Maxora: White Space On The Left Of Blog Pages - Question | JoomShaper

Maxora: White Space On The Left Of Blog Pages

J

Joshua

Template 9 months ago

Hello,

How do I remove the module position on the left of the blog layouts. I've tried disabling position2 via the template settings but I'm not able to remove it.

If I add modules to this position they show but when I disable all the white space is still there.

What is the correct way to get rid of this space

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #182423

Thanks.

Becuase I don't have access to your back-end, please use Custom CSS to correct that:

.view-article .article-body.row > .col-md-4 {display: none;}
.view-article .article-body.row > .col-md-8 {width: 100%;}

Read Helix guide to get know how to use Custom CSS >> https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #182418

Hi Joshua,

Please share example link, then I can share my idea.

0
J
Joshua
Accepted Answer
9 months ago #182421

Find below

0
J
Joshua
Accepted Answer
9 months ago #182426

Does the page class translate to articles in the categories because I wouldnt want this to be the behaviour across all blogs

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #182428

Right now yes. To have it for one category only, more efford is needed.

0
J
Joshua
Accepted Answer
9 months ago #182429

Ok. Checked and I can live with the result

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #182430

For example, for Agenda menu item and probably all articles inside:

.view-article.agenda .article-body.row > .col-md-4 {display: none;}
.view-article.agenda .article-body.row > .col-md-8 {width: 100%;}
0