Chris15
(Chris)
1
Is there a way to make the image height in the pricing table taller?
- Link to the page with the widget in question:
https://fabriksociety.io/new-home/
You can see the full image below the table.
Also, is there a way to make the caption text larger?
Thank you!
1 Like
Max
3
Hello @Chris and welcome to Elfsight Community
If I understood you correctly, you mean title caption text.
Unfortunately, unfortunately, our widget doesn’t have an option to change the size of the caption text. Please accept my deepest apologies!
I agree that this feature would be really useful and we have such a request in our Wishlist
Please vote for this feature to get a notification upon its release.
If I misunderstood you, could you please specify what caption text you mean?
As for the changing the image height, I’ve forwarded your request to our devs and, hopefully, they’ll come up with a solution really soon.
Please do not worry, we’ll keep you updated
Masha
(Masha)
5
Hi @Chris15 !
Could you please clarify which part of the text in the table you’d like to make larger? Is it the column title?
As for the image height, this Custom CSS code should do the job:
.eapps-pricing-table-column-picture {
position: relative;
top: 0;
left: 0;
transform: none;
width: 100%;
}
.eapps-pricing-table-column-item:first-child {
height: unset !important;
}