Tagged: button element, button overlapping
-
AuthorPosts
-
October 19, 2025 at 6:03 pm #1490374
hi
on the page below I am seeing some strange behaviour with my button elements.
the backend looks like this: https://imgur.com/a/wFboAp9
but the front end shows just one button like there is a negative whitespace or something. (see below)
I have tried redoing all the elements but all the buttons are acting the same.
I can’t find any css that is causing it. can you see what the issue is?
thanks
NancyOctober 19, 2025 at 6:14 pm #1490375Hey Munford,
Your buttons are on top of each other due to position: absolute; in this custom css:.priser .avia-button-wrap { display: inline-block; position: absolute; bottom: 30px; left: 0; right: 0; }Try this instead:
.priser .avia-button-wrap { display: block; position: relative; }Best regards,
MikeOctober 19, 2025 at 7:07 pm #1490376HI Mike
I changed that but it’s still the same – overlapping.
Do you see that also?
/Nancy-
This reply was modified 3 weeks, 2 days ago by
Munford.
October 19, 2025 at 7:38 pm #1490378October 19, 2025 at 11:17 pm #1490380thanks I think that was the problem with the overlap, but I am still seeing an issue that I don’t see my correct changes in preview mode. It only shows the changes if i save the page.
October 20, 2025 at 7:35 am #1490388October 20, 2025 at 10:25 am #1490396I see it when I add anything around a button element.
testing it, I also see wrong layouts like this with side by side buttons instead of stacked:I updated the theme which fixed some of the other issues with the preview but those buttons are still displaying side by side.
not sure what is going on. I have not seen these issues before.
thanks for your help
NancyOctober 21, 2025 at 7:07 am #1490439Hi,
Thank you for the screenshots.
That is normal since the Styling > Appearance > Button Position of the buttons is set to Align Left. If you want the buttons to stack on top of each other, set it to the default Align Center.
Best regards,
IsmaelOctober 21, 2025 at 11:22 am #1490459This reply has been marked as private. -
This reply was modified 3 weeks, 2 days ago by
-
AuthorPosts
- The topic ‘button elements overlapping text’ is closed to new replies.


