Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your table element and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class .pricing-table-wrap {
display: block;
margin-top: 36px;
}
.your-custom-class .pricing-table li {
float: left;
height: 46px;
min-width: 33%;
padding-top: 5px;
}
Best regards,
Yigit
HI YIGIT.
Thanks…
The height is ok now but the table is a bit to high.
I try to adjust it with no luck.
Charlotte
Hi,
Code is not being applied correctly.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Hi,
There was a dot missing in your code. I added it. Please review your website now :)
Best regards,
Yigit
Perfect, thank you :)
As you can understand I don’t see these things ;)
Charlotte