Remove Padding - Question | JoomShaper

Remove Padding

JL

Joe Lockhart

Helix Framework 1 year ago

How do I remove this padding without over riding the CSS? I don't want to have to go into the backend CSS.

sp-main-body {

padding: 100px 0;

Also, how do I get ride of the border?

Thank you!
0
15 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170974

Add also that line:

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {border-bottom: 0;}

I SAW THAT YOU USED MY PREVIUS CSS already.

0
JL
Joe Lockhart
Accepted Answer
1 year ago #170976

Thank you!!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168377
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168378

The white line that you had was from module style, use that Custom CSS override

#sp-left .sp-module, #sp-right .sp-module {margin-top: 10px; border: 0; }


And before you would ask me where I should put that CSS - read here > https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

0
JL
Joe Lockhart
Accepted Answer
1 year ago #168583

Thank you Paul. Both of your suggestions worked!

Now, how do I get rid of the white line between the menu?

:)

0
JL
Joe Lockhart
Accepted Answer
1 year ago #169295

Paul, I spoke too soon. The space is back and I don't know how to get rid of it. I've tried what was suggested in the link, but the space it still there.

Can you give me more details on how to fix this please.

Thank you!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168607

Do you mean the line under "1" and "2" and button "View More details"?

If yes, it's from OSProperty component styles, beyond our support!

info_3156_2024.jpg

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169318

Share a new screenshot with arrow and URL - it will be more helpful!

Of course, I can help with Helix Ultimate and our extensions ONLY.

0
JL
Joe Lockhart
Accepted Answer
1 year ago #169847

Any update Paul?

Thank you

Joe

0
JL
Joe Lockhart
Accepted Answer
1 year ago #169397

Here is a link to the site.

https://mynewspace.ca/2024/

As you can see the padding is still there even though I used the custom css.

https://pol.work/joomshaper/

Thank you.

Joe

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170384
  1. Link Error 404
  2. No site, root files :/
0
JL
Joe Lockhart
Accepted Answer
1 year ago #170953

Any update please.

https://mynewspace.ca

0
JL
Joe Lockhart
Accepted Answer
1 year ago #170422

Sorry Paul, the site is now live.

https://mynewspace.ca/

Thank you!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170956

If we talk about that area with default padding: #sp-main-body {padding: 100px 0;}

info_2712_2024.gif

As you already know, you can override it with any value you want, even 'zero' none:

#sp-main-body {padding: 0;}

We informed about that in Helix documenation.

Just use custom.css file or Custom CSS area in Template Options > Custom Code.

0
JL
Joe Lockhart
Accepted Answer
1 year ago #170973

I did that and it didn't work but for some reason now it does. Thank you! The only other question is how do I get rid of the white lines in the menus??

Thanks Paul.

0