Reduce Padding On Bottom And Footer - Question | JoomShaper

Reduce Padding On Bottom And Footer

PK

Peter Klinke

Helix Framework 1 month ago

Hello,

I am creating a new site with Helix Ultimate and Pagebuilder.

In the bottom I have a large padding between the bootom positions and bottom line. I already have reduced the padding in layout settings, tried to handle with css but without sucess. When I set the padding in chrome I can change the padding.

 #sp-footer .container-inner {
**    padding: 30px 0;** When I change to 0 in chrome it's ok, but not in template css
    }

#sp-bottom {
    padding: **60px 0 30px;**
    font-size: 14px;
    line-height: 1.6;
}

I do not find where it come from. What must I do to reduce the distance?

Thanks for help!

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #152909

Hi Peter,

The 1st is predefined values.

The 2nd one you should be able to change. Check in Template Options > Layout > Bottom > Settings > Padding


You can always override them by using Custom CSS !

0
PK
Peter Klinke
Accepted Answer
1 month ago #152910

I have now placed my css on top of the custom code and voila, it works - why ever!

Thank you, Paul

0