- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
mila_support.
- AuthorPosts
- May 2, 2017 at 20:19 #13772
AnonymousInactiveHello!
Is it possible to create a featured column? So one that is bigger and more outstanding than the others.
In my case I have 3 columns and I want the middle column to be bigger than the others.
How do I do this?Thank you in Advance!
Best Regards,
Eric AgnerMay 3, 2017 at 14:09 #13792
mila_supportMemberHi @eric_agner
You can set the width for middle pricing table column, for example –
1. Open or create the needed Pricing Table
2. Disable Enable Responsivity option
3. Point on the column header to make Column Editor Appear
4. Click Attributes settings of Column Editor
5. Into Style field insert
width: 50%;
http://prntscr.com/f3kbu5
6. Repeat the identical things with other columns and note that total columns width must be 100%.
7. Save changesMay 3, 2017 at 15:50 #13796
AnonymousInactiveHello!
Thank you! But is it also possible to change the height of the column? So that the column is higher at the top than the others and deeper at the bottom than the others. If you know what I mean.
Thanks in Advance!Best Regards, Eric
May 4, 2017 at 22:14 #13806
mila_supportMemberHi @eric_agner
To highlight the middle pricing table column, follow the next instruction –
1. Open needed Pricing Table
2. Click Edit CSS button
3. At the end insert next code#{{table.view_id}} .ptsCol:nth-child(3) { -moz-transform: scaleY(1.1); -webkit-transform: scaleY(1.1); -o-transform: scaleY(1.1); -ms-transform: scaleY(1.1); transform: scaleY(1.1); }
where nth-child(3) – is a number of the column, including description column.
http://prntscr.com/f44qvp
4. Click Save changesWill it suit your needs?
May 5, 2017 at 00:21 #13807
AnonymousInactiveYes thank you!
One more question:
How can I change only the top height?Thank you in Advance!
Best Regards, EricMay 8, 2017 at 12:29 #13818
mila_supportMemberHi @eric_agner
Please contact us through our
internal support.
We will help you to solve the issue.May 8, 2017 at 15:46 #13820
mila_supportMemberHi @eric_agner
We have answered you via internal support.
Please, check it. - AuthorPosts
- You must be logged in to reply to this topic.