Hidden Title Doesn't Collapse On Fixter - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Hidden Title Doesn't Collapse On Fixter

B

beaugast

Template 4 years ago

Using Fixter template. I'm moving my articles from SP Page Builder to the Joomla Articles component by copying the json over. Needed to have them organized a little differently and the Articles component does that beautifully for my needs.

I disabled everything Article related (like title, category, publish date, etc.) in the Article component configuration. I am still getting a blank area where that would display. I have deleted the "title" section in Layout Builder and still get the blank area. Layout Builder goes from "breadcrumbs" to "body".

Have I missed something somewhere or does this not automatically collapse and go away when those items are disabled?

Basically I am looking to get rid of this area:

Edit: Looks like it is doing it at the bottom too:

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #9793

Hello beaugast

Please go to Template Options -> Custom Code -> Custom CSS and add this CSS

#sp-main-body{
    padding: 0px !important;
}

Best regards

0
B
beaugast
Accepted Answer
4 years ago #9794

That fixed it! Thank you!!!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #10069

You are welcome

0