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

Footer Content Position

S

SPD

Helix Framework 2 years ago

Hi, I am using footer1 (Footer position in Basics settings) for copyright and footer2 (a module) for a link to another site. I would like Footer1 text to be left aligned and footer 2 text to be right aligned.

As you can see in this image, it seems to be more centered, kind of... Have checked all setting I can find. https://drive.google.com/file/d/1q9ubDvLzh-XwJ3UUgXRfsYIJsDqiA2zq/view?usp=sharing

Should I be using different positions? Cheers

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #98026

If I may...

It's becuase footer has its own container with max-width: 1320px!

This Custom CSS should help:

#sp-footer > .container {
  max-width: 100% !important;
}

After using it

125.jpg

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

Hi

Thanks for contacting us. Isn't it ok? Do you want more left and right?

https://prnt.sc/NF1vB-xLHAdY

-Regards.

0
S
SPD
Accepted Answer
2 years ago #98095

THanks both for response

Mehtaz Afsana Borsha - I have a very big 4k monitor and if you look at srceenshot its almost in middle. No worries though, Paul's response will help.

Thanks again Paul, me bad web dev [slaps hand], always forget to play around with inspect. Cheers both

0