Tagged: x
-
AuthorPosts
-
September 16, 2016 at 3:05 pm #1178627
cece101Participanthttp://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.
September 17, 2016 at 12:58 am #1179060
ChristopherModeratorHi there,
I would like to check your site but it’s under construction mode, please provide us with login credentials.
Thanks.
September 17, 2016 at 1:05 am #1179064
Rue NelModeratorHello 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.
September 17, 2016 at 6:04 am #1179260
cece101ParticipantThis reply has been marked as private.September 17, 2016 at 11:11 am #1179442
LelyModeratorHi 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.
September 19, 2016 at 12:36 pm #1181784
cece101ParticipantI added the code but the edges of the flip cards still touch on mobile – agility touches protection and protection touches 24/7/365.
Cheers.
September 19, 2016 at 2:07 pm #1181946
Nabeel AModeratorHi 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!
September 28, 2016 at 8:41 am #1193920
cece101ParticipantThis reply has been marked as private.September 28, 2016 at 12:19 pm #1194279
JoaoModeratorHi 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
September 29, 2016 at 8:08 am #1195682
cece101ParticipantThanks! That did help.
September 29, 2016 at 8:41 am #1195729
Paul RModeratorYou’re welcome! 🙂
October 1, 2016 at 8:05 am #1198459
cece101ParticipantThat does help a bit but now the bottom 3 cards touch each other on smartphone viewing.
October 1, 2016 at 3:29 pm #1198731
RadModeratorHi 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!
October 1, 2016 at 3:35 pm #1198735
cece101ParticipantThis reply has been marked as private.October 1, 2016 at 10:53 pm #1199007
RadModeratorHi there,
What’s the version of your browser? It works on my test and on other devices.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1178627 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
