Create Featured Column

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13772

    Anonymous
    Inactive

    Hello!
    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 Agner

    #13792

    Hi @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 changes

    #13796

    Anonymous
    Inactive

    Hello!

    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

    #13806

    Hi @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 changes

    Will it suit your needs?

    #13807

    Anonymous
    Inactive

    Yes thank you!

    One more question:
    How can I change only the top height?

    Thank you in Advance!
    Best Regards, Eric

    #13818

    Hi @eric_agner

    Please contact us through our
    internal support.
    We will help you to solve the issue.

    #13820

    Hi @eric_agner

    We have answered you via internal support.
    Please, check it.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts