Archived topic
Buttons on Pricing Tables on Mech Layout
3 replies · Started by Raul on August 8, 2022
Hello,
I have an issue which I don't understand why... I create a Pricing Table from default editor on a new page on Merch layout, without CSS on the tables or pages and I can see perfectly the tables on my preview editor screen but when I see on the website live the buttons are entire with page.
EDITOR VIEW:
https://www.dropbox.com/s/6dzusqqrl6mg2xd/Captura%20de%20Pantalla%202022-08-08%20a%20la%28s%29%2017.58.32.png?dl=0
https://www.silhouetteconnect.net/silhouette-studio/
Any idea?
Thank you!!!
Hi Raul,
Try adding this CSS in Appearance > Customize > Additional CSS:
.no-sidebar .entry-content .alignfull.wp-block-buttons {
margin-left: unset;
margin-right: unset;
max-width: unset;
}
Thank you it works!
You’re welcome Raul!