Site logo

Archived topic

How to left-align footer-element in cloud-template?

1 reply · Started by Sascha on January 25, 2022

Viewing posts 1–2 of 2

Hello

As you can see on this screenshot, the Text "Allgemeine Geschäftsbedingungen" is centered, whereas the other lements are aligned left, which is the required state.

I have tried to switch from typing "Allgemeine Geschäftsbedingungen" to "Allgemeine Geschäfts-bedingungen" but result is the same.

Any idea about how to troubleshoot and fix this?

Credentials below …

Thank you in advance and kind regards,
Sascha

Hi Sascha,

Try add this CSS:

.site-footer .gb-button-text {
    text-align: left;
}

Or you can edit the footer element ( appearance > elements ), replace all the Buttonsblock with Headlineblocks, so you can control its alignment without using CSS.

This archived topic is closed to new replies.