Template Sphere Footer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Template Sphere Footer

S

S

Template 2 years ago

I have installed the template "Sphere". The footer is unfortunately very high and I do not know where to change this so that it is no longer so high.

Thanks in advance for the help

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117658

Hi

Thanks for contacting us. You can use this custom CSS

#sp-footer {
    padding: 20px 0 !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #117657

Hi S,

Indeed by default top and bottom padding is 160px for footer.

Please use Custom Code (inside Template Options > Custom Code) and use for example that

#sp-footer { padding: 30px 0;}

0
S
S
Accepted Answer
2 years ago #117689

Thank you both, I was able to solve it thanks to you.

Kind regards and have a good time

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117749

You are always welcome.

0