Title hides under container

Hello guys, as you can see in the image my Title hides under the container, how can I change that?

1 Like

Hi @NikosBat it seems like you need to fix the css, can you send the link of your website here

1 Like

Hello @NikosBat ,

Remove the css which you used previously

@media screen and (min-width: 1024px) {
    .collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header {
        position: absolute;
        right: 0;
    }
}

css solution with position: absolute always tricky think twice before using them.

Regards
Guleria

1 Like

Hey Guleria, as you can see It moved more to the right, but did not changed something.

Hey WaitWhatWeb, here is the link https://www.nistore.de/products/nistore™-winterhandschuhe

I can still see the css I shared above in the source code.
If you remove that css title will display in the center.

1 Like

After removing that css it will look like this

Can you check once again, because as you can see I removed the old code

Still there