Itworx4me

Customer
Not sure if this is a bug or not. But how do you fix the footer blocks to evenly space with-in the main div? Why are they pushed up against the left side?

Screenshot 2025-07-17 063226.png


Screenshot 2025-07-17 063212.png


I have also looked around and don't see where you can remove the social icons that are attached to the top of the footer.

Thanks,
Itworx4me
 
Solution
It's more

#5 width you have 17px, not 17%.

You can also add this to your extra.less to space things a little more tidy.

Code:
.p-footer-custom .xb-footer--wrapper {
    justify-content: space-between;
}

Honestly I should look into adding this into the release really... just seems to help no matter what the widths are. You notice it less with that 5th column.

Let me know if that works for you.
It's more

#5 width you have 17px, not 17%.

You can also add this to your extra.less to space things a little more tidy.

Code:
.p-footer-custom .xb-footer--wrapper {
    justify-content: space-between;
}

Honestly I should look into adding this into the release really... just seems to help no matter what the widths are. You notice it less with that 5th column.

Let me know if that works for you.
 
Solution
It's more


#5 width you have 17px, not 17%.

You can also add this to your extra.less to space things a little more tidy.

Code:
.p-footer-custom .xb-footer--wrapper {
    justify-content: space-between;
}

Honestly I should look into adding this into the release really... just seems to help no matter what the widths are. You notice it less with that 5th column.

Let me know if that works for you.
Its px in the Do Not Edit style. That is why I didn't catch that...

Screenshot 2025-07-17 111746.png


Thanks for the fix
 
The problem is really the blocks are just left-aligned.

With the links being so short on that last column, I might change the width of block #5 to:

12%
That will make it a little smaller allowing to text to be pushed further to the right.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back