Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1399096
    hbedit
    Participant

    Hello,

    As you will see in the link provided in next message, i have blank lines at the end of my prices table, witch make it disgracious.

    1) How can i remove them ? I’ve tried without success…

    2) Other thing : is it possible to align the last lines of each columns in order to make the table more esthetic ? Maybe with egal sizes vertically centered cells ?

    Many thanks for your help.

    #1399097
    hbedit
    Participant
    This reply has been marked as private.
    #1399139
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-pricing-column-info {
    	padding-bottom: 0;
    	border-bottom: none;
    }

    Hope this helps.

    Cheers!

    #1406964
    hbedit
    Participant

    Hello,

    Many thanks, it works !

    What about my question 2 ? I would like to have same sizes cells. Here is my question :

    2) Other thing : is it possible to align the last lines of each columns in order to make the table more esthetic ? Maybe with egal sizes vertically centered cells ?

    Regards.

    #1407073
    Joao
    Moderator

    Hi There

    The link of the price table : http://idps.fr/tarifs does not work, please provide the url the correct url.

    Thanks

    #1407847
    hbedit
    Participant

    Hi Joao,

    Yes, you can see it because we have a landing page.

    You have to go through WordPress access to see it. I’ll provide you the informations in next message.

    #1407848
    hbedit
    Participant
    This reply has been marked as private.
    #1408057
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .page-id-112 #x-section-1 > div:nth-child(2) > div > div > div:nth-child(2) > div > ul.x-ul-icons > li:nth-child(1) {
        padding: 21.5px 0;
    }
    .page-id-112 #x-section-1 > div:nth-child(2) > div > div > div:nth-child(2) > div > ul.x-ul-icons > li:nth-child(2),
    .page-id-112 #x-section-1 > div:nth-child(2) > div > div > div:nth-child(4) > div > ul.x-ul-icons > li:nth-child(2),
    .page-id-112 #x-section-1 > div:nth-child(2) > div > div > div:nth-child(4) > div > ul.x-ul-icons > li:nth-child(3) {
        padding: 32.5px 0;
    }

    Hope it helps 🙂

    #1408131
    hbedit
    Participant

    OMG many thanks Thai, it works perfectly ! 🙂

    #1408155
    Rahul
    Moderator

    Glad to hear it!

    Let us know if we can help with anything else.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1399096 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>