Helix Ultimate Empty Right Column Still Displays - Question | JoomShaper

Helix Ultimate Empty Right Column Still Displays

JM

Jean Machuron

Helix Framework 1 year ago

Hello On Helix ultimate it seems like an empty right column still displays an empty area How can we avoid this behavior and have the column hidden when empty ? Thanks

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #97689

Ok Glad to know that. You can now close this post by accepting the answer.

Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #97180

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
JM
Jean Machuron
Accepted Answer
1 year ago #97181

Have a look at https://activ-ha.com/fr/blog the right column is empty and should not display

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #97201

Use this custom CSS

@media (min-width: 992px){
.col-lg-3, .col-lg-4 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

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.

0
JM
Jean Machuron
Accepted Answer
1 year ago #97214

nope that won't work as the left and right column are both col-lg-3 so this brings a 50/50 to left column and mainbody which is not what is needed

What is needed is to hide the right column and increase the mainbody while keeping the left at its correct size.

Any other idea but to tweak the php ??

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #97411

Isn't it ok? I have hide it and also set the width.

0
JM
Jean Machuron
Accepted Answer
1 year ago #97421

nope because it sets the width 50/50 between the mainbody and the left column But forget it, I set up a new style for the template with only the left column and apply it to the correct menus Thanks anyway :-)

0
LT
Lee Tempest
Accepted Answer
1 week ago #166866

It would be great if the template could collapse a column when nothing is shown in that location. On most pages of my website I have a right column, however some page I need to show full width and turn off the modules. This should then collapse the right column without the need to create multiple templates.

Lee

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #166949

Thanks for your opinions. I will inform our team about it.

0