Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1137030
    cece101
    Participant

    Hello!

    Page is http://www.buildmywordpresswebsite.com/cloud/ – 5 flip cards

    1. Need to set cards to same height
    2. Need to remove title from back of all flip cards
    3. Need to remove text from front of all flip cards

    Thanks!

    #1137190
    Jade
    Moderator

    Hi there,

    #1 Please add this code in the customizer:

    .page-id-213 #x-section-4 .x-card-outer .x-face-outer {
        height: 280px;
    }

    #2 & #3

    .page-id-213 #x-section-4 .back h4.x-face-title,
    .page-id-213 #x-section-4 .front .x-face-text  {
        display: none;
    }

    Hope this helps.

    #1137874
    cece101
    Participant

    Thank you. That did remove the requested text BUT now when you flip the cards they move out of alignment.

    #1137982
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! Please update the css and use this instead:

    .page-id-213 #x-section-4 .x-card-outer .x-face-outer {
        min-height: 340px;
    }

    Please let us know if this works out for you.

    #1143514
    cece101
    Participant

    I made that change but the issue still exists. See attached pic.

    #1143811
    Jade
    Moderator

    Hi there,

    Please use this code:

    .page-id-213 .flip-3d.flipped .x-card-inner {
        height: 340px !important;
    }
    
    .page-id-213 #x-section-4 .x-container:first-child {
        margin-bottom: 50px !important;
    }

    Hope this helps.

    #1143998
    cece101
    Participant

    Thanks that helps. Only last thing… padding at bottom of section is now smaller than the top but when you flip the card the spacing doubles… not sure why.

    #1144381
    Christopher
    Moderator

    Hi there,

    Please provide us with login credentials so we can take a closer look.

    Thanks.

    #1146552
    cece101
    Participant
    This reply has been marked as private.
    #1146738
    Rupok
    Member

    Hi there,

    Upon checking the page again it seems fine. This is what I am seeing on normal state – http://prntscr.com/caaool

    On hover state – http://prntscr.com/caap4m

    So can’t see the difference of padding as you mentioned. Did you fix this already or would you clarify with a screenshot if it’s still have any issue.

    Cheers!

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