Height Footer? - Question | JoomShaper

Height Footer?

T

Thomas

Template 3 years ago

Hello, I use Revibe and want to edit the footer. How can I adjust the height?

Thomas

https://i-single.community

https://imagizer.imageshack.com/img922/870/dXGL5b.png

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1656

If I may... and if you need even smaller footer use this:

.sp-bottom-footer {padding: 0;}
#sp-footer1  .sp-module {margin-top: 0;}
#sp-footer {padding-bottom: 5px;}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #1639

Hello Thomas

Please go to Custom Code -> Custom CSS and use this CSS

.sp-bottom-footer{
    padding: 0 !important;
}

Best regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1657

For community feature you have two options: EasySocial or JomSocial extension.

0
T
Thomas
Accepted Answer
3 years ago #1659

What do you mean by community feature? I use the community builder.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1668

For basic purposes community builder is OK, but it request some time & knownleage to make it useful for dating purposes.

0
T
Thomas
Accepted Answer
3 years ago #1672

I am working on it :)

0
T
Thomas
Accepted Answer
3 years ago #1674

would you help me with the logo too? I want it on the far left. https://i-single.community

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1684

This should help:

#sp-header .container {width: 100%;padding-left: 0;}

0