Template Edulif And Page Display - Question | JoomShaper

Template Edulif And Page Display

RV

RAFFAELE VIOLA

Template 1 month ago

with the edulif template and the possibility of displaying an article across the entire width of the page in a fluid way (main body) and not in its container, can I get quick help with a custom css class to set a page class in a menus edit item? Thank you

-1
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #163096

This will make Article content wider

.article-details {max-width: 100%;}

But to make article totally full width you need add ALSO that line

.com-content #sp-main-body > .container {max-width: 100%; padding:0px; }

Add my CSS lines inside Template Options > Custom Code > Custom CSS (it will work!)


Then if you used SPPB inside Article In Row Options you can set Fluid Width. In each of them.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #163094

Hi.

Custom CSS should help:

.view-article .article-details {max-width: 100%;}

I hope we talk with Article without SPPB inside, just classic one.

0
RV
RAFFAELE VIOLA
Accepted Answer
1 month ago #163095

unfortunately it doesn't work with edulif.

0
RV
RAFFAELE VIOLA
Accepted Answer
1 month ago #163099

Perfect! it was the second part that I would never have managed alone! You are great, thank you!

0