Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Dante
  • #174324
    vandand
    Member
    Post count: 40

    Hi,

    Is it possible to make rows in the pricing table the same height – even when the content is not the same length?

    I’ve includede a screen dump showing problems with rows jumping.

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #174367
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .labelled-pricing-table .pricing-table-column.label-column{
    margin-top:0px !important;
    height:400px !important;
    }

    Thanks
    Mohammad

    #174379
    vandand
    Member
    Post count: 40

    Thanks, but it didn’t solve the problem. Please see my attachment.

    Attachments:
    You must be logged in to view attached files.
    #174384
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Where did you insert this custom css code?
    Thanks
    Mohammad

    #174389
    vandand
    Member
    Post count: 40

    in theme option / css

    Attachments:
    You must be logged in to view attached files.
    #174439
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that code and use this new code:-

    .labelled-pricing-table .pricing-table-column.label-column {
        margin-top: 16px !important;
        height: 398px !important;
    }

    Thanks
    Mohammad

    #174524
    vandand
    Member
    Post count: 40

    Sorry, that doesn’t help either.

    – Mie

    Attachments:
    You must be logged in to view attached files.
    #174538
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You also need to check the content of the table price is different from 1 column to other. In the first one you don’t have the title like in the 2nd one(Prisliste).

    -Rui

    #174540
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I dont see my code at page. Have you removed it?
    Thanks
    Mohammad

    #174546
    vandand
    Member
    Post count: 40

    Hi,

    I’ve added the 2 mising rows, but the problem is still there?

    Attachments:
    You must be logged in to view attached files.
    #174548
    vandand
    Member
    Post count: 40

    sorry, i just removed it for a second, now it’s there again.

    #174577
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello vandand,

    Replace the previous css code with the one below

    .labelled-pricing-table .pricing-table-column.label-column {
      margin-top: 15px !important;
      height: 398px !important;
      border:0;
    }
    #174680
    vandand
    Member
    Post count: 40

    Hi,

    the rows in the right and left column are still uneven. Please check my attachment.

    Attachments:
    You must be logged in to view attached files.
    #174794
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 991px) {
    .labelled-pricing-table .label-column .pricing-table-label-row{
    height:104px !important;
    }
    }

    Thanks
    Mohammad

    #174830
    vandand
    Member
    Post count: 40

    still no good…

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register