Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1012519

    Hi everyone,

    I’ve been using Enfold with a lot of pleasure. Since the theme is well build I’ve got hardly any questions.
    Currently I’m trying to make the pricing table fit perfectly on a webpage, however the first tables are way to big.
    The second row of tables are just perfect.

    How can I fix this so the first row of tables is the same size the row below?

    pricing

    • This topic was modified 6 years, 2 months ago by insanityNL.
    #1012656

    Hey Kim,
    Would you like the first row on columns to be centered in the page, as it is only two columns it looks like it is trying to fill the width.
    Please include the url to the page in question so we can examine the elements.

    Best regards,
    Mike

    #1012758

    Hi Mike,

    thank you for your reply.

    https://www.devq.nl/services/
    If you watch the page link you’ll see the “webdesign” pricing tables are way to big. They need to be the same size as the hosting tables.

    • This reply was modified 6 years, 2 months ago by insanityNL.
    #1012776

    Hi,
    I’m getting the “ERR_NAME_NOT_RESOLVED” error for your url, please check.
    I have tried the link & the text, neither or working for me.

    Best regards,
    Mike

    #1012831

    My bad,

    There where some typo’s in the link. It works now 😅

    https://www.devq.nl/services/

    • This reply was modified 6 years, 2 months ago by insanityNL.
    #1012931

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top.page-id-444 .avia-table-1.avia-builder-el-22 .pricing-table-wrap:last-child {
        max-width: 230px !important; 
        width: 230px !important; 
        padding-right: 25%!important; 
    }
    #top.page-id-444 .avia-table-1.avia-builder-el-22 .pricing-table-wrap:first-child {
        max-width: 230px !important; 
        width: 230px !important; 
        padding-left: 25%!important; 
    }
    }

    Please see the screenshot in Private Content area for expected results.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1012952

    You are a life saver Mike ! Thanks a lot !!

    #1012966

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1012967

    Topic solved and closed ;)

    #1012969

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Pricingtables size’ is closed to new replies.