kaieivindm

Well-Known Member
Footer With Copyright Block cant be centered With the XB 2.0.10 Version.

It has "text-align: center" as default which made the Whole Block show in center of the page.
But now it seems like it actually goes for the text within the Block, and not the Block it self.

How can I center the Whole copyright Block? Its left sided default and cant find a setting to center it.
 
I centered the copyright text by adding this in extra less:

Code:
.p-footer-copyr.p-fo.p-footer-copyrightoter-copyrightightp-footer-inner { display: block; }
 
Looks like a problem with the latest update... sorry about that.

to center
Code:
#footer .p-footer-inner {
    display: block;
}

Or to left align

Code:
#footer .p-footer-inner {
    text-align: left;
}
 
Looks like a problem with the latest update... sorry about that.

to center
Code:
#footer .p-footer-inner {
    display: block;
}

Or to left align

Code:
#footer .p-footer-inner {
    text-align: left;
}

Was this in extra.less as well?

edit: Yes it was, I just forgott to check which style I added the code for. All good :)
 
One more thing, how can i Word-Wrap in that Block?

upload_2018-9-16_13-14-32.png


Assume "Design by: Pixel Exit" deserves its own line :)
 

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