Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178627
    cece101
    Participant

    http://www.buildmywordpresswebsite.com/cloudsolutions/

    See attached pics for mobile issue. In one image you can see the text is getting cutoff. In the other image when you flip a card it overlaps with the one above it. Not a problem on a computer screen just mobile.

    Thanks.

    #1179060
    Christopher
    Moderator

    Hi there,

    I would like to check your site but it’s under construction mode, please provide us with login credentials.

    Thanks.

    #1179064
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! When I was trying to visit your site, I see this: http://prntscr.com/ciyrt8

    It seems that your server is down or the site is temporarily not available. Please call assistance from your hosting provider first and let us know so that we can check your card elements in your page.

    Thank you.

    #1179260
    cece101
    Participant
    This reply has been marked as private.
    #1179442
    Lely
    Moderator

    Hi There,

    Thank you for the credentials. Please also try adding this custom CSS:

    @media (max-width: 480px){
    .page-id-213 #x-section-4>div .x-card-outer .x-card-inner {
        min-height: 470px !important;
    }
    .page-id-213 #x-section-4>div+div .x-card-outer .x-card-inner {
        min-height: 300px !important;
    }
    }

    Hope this helps.

    #1181784
    cece101
    Participant

    I added the code but the edges of the flip cards still touch on mobile – agility touches protection and protection touches 24/7/365.

    Cheers.

    #1181946
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    @media screen and (max-width: 767px) {
        .page-id-213 #x-section-4 .x-card-outer .x-face-outer {
            min-height: auto !important;
        }
    }

    Let us know how this goes!

    #1193920
    cece101
    Participant
    This reply has been marked as private.
    #1194279
    Joao
    Moderator

    Hi There,

    There is a missing } on your first media query.

    Please change this part of the code from :

    @media (max-width: 480px){
    .page-id-213 #x-section-4>div .x-card-outer .x-card-inner {
    min-height: 470px !important;
    }
    .page-id-213 #x-section-4>div+div .x-card-outer .x-card-inner {
    min-height: 300px !important;
    }
    
    @media screen and (max-width: 767px) {
    .page-id-213 #x-section-4 .x-card-outer .x-face-outer {
    min-height: auto !important;
    }
    }

    To:

    
    @media (max-width: 480px){
    .page-id-213 #x-section-4>div .x-card-outer .x-card-inner {
    min-height: 470px !important;
    }
    .page-id-213 #x-section-4>div+div .x-card-outer .x-card-inner {
    min-height: 300px !important;
    }
    }
    
    @media screen and (max-width: 767px) {
    .page-id-213 #x-section-4 .x-card-outer .x-face-outer {
    min-height: auto !important;
    }
    }

    Hope that helps

    Joao

    #1195682
    cece101
    Participant

    Thanks! That did help.

    #1195729
    Paul R
    Moderator

    You’re welcome! 🙂

    #1198459
    cece101
    Participant

    That does help a bit but now the bottom 3 cards touch each other on smartphone viewing.

    #1198731
    Rad
    Moderator

    Hi there,

    Hmm, not happening on my end. But I do see larger gap due to this

    .page-id-213 #x-section-4 .x-container:first-child {
        margin-bottom: 50px !important;
    }

    Would you mind providing some screenshots of what you’re getting?

    Thanks!

    #1198735
    cece101
    Participant
    This reply has been marked as private.
    #1199007
    Rad
    Moderator

    Hi there,

    What’s the version of your browser? It works on my test and on other devices.

    Thanks!

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