Cannot Control Spacing - Question | JoomShaper
šŸŽƒ Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon!Ā Get Offer

Cannot Control Spacing

TH

Terry Hely

SP Page Builder 4 years ago

Hi... newbie joining in.

A SPPB pro site has rows that include a Section Title at the top and a Joomla module (image slider) below. The default space below the Section Title is excessive and I cannot reduce it using the padding/margin/heights settings.

If I remove the Section Title and unpublish the slider module, the row fully collapses to zero height. Put back the Section Title and the excessive bottom spacing is back.

My logic says that there is a setting attached to the Section Title that I can’t control from the SPPB editing suite. Can I fix this and if so, how?

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #12978

Hello Terry Hely

Please share a screenshot of your issue to understand it better.

Best regards

0
TH
Terry Hely
Accepted Answer
4 years ago #13131

Hi… Screen grab images attached as requested.

The issue I am trying to resolve is to reduce the spacing below the Section Titles as highlighted in image1.jpg All row and column padding and margin settings are either zero or null.

Image2.jpg shows what happens when the Section Titles are removed… the top and bottom spacing goes with it.

So it seems that Section Titles have default top and bottom margins…. the question is how and where to edit them?

https://postimg.cc/gallery/qdfL5Jm

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

You can solve this with CSS. Please share your site URL here to check the issue. Use the Hidden Content box to share privately.

0
TH
Terry Hely
Accepted Answer
4 years ago #13173
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #13208

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-page-builder .sppb-section-title{
  margin-bottom: 0px;
}
0
TH
Terry Hely
Accepted Answer
4 years ago #13264

Thanks Ofi... perfect. Can you also help with the custom css to modify the spacing below the slider? See image3.jpg https://postimg.cc/LnXwZHCz

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

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.slick-slider{
  margin-bottom: 0px;
}
0