Tagged: x
-
AuthorPosts
-
January 3, 2017 at 12:22 pm #1314492
wochurchParticipantThe cards are working well for most screen sizes, but as you reduce the size of the screen they format incorrectly, pushing the content of the cards down below the card itself. I’d love a fix, but if that’s more involved, I would be totally fine if all we did was change the width at which they switch over to full width blocks. I appreciate your help.
http://www.thebiblereadingplan.com/
WP: 4.7
X: 4.6.4
Cornerstone: 1.3.3January 3, 2017 at 12:25 pm #1314494
wochurchParticipantThis reply has been marked as private.January 3, 2017 at 12:28 pm #1314500
wochurchParticipantHere are a couple of screenshots.
January 3, 2017 at 1:05 pm #1314592
JadeModeratorHi there,
Please try to add this code in the customizer:
@media (max-width: 767px) { .x-card-outer .x-face-title { font-size: 1em; clear: both; } }Hope this helps.
January 3, 2017 at 2:05 pm #1314670
wochurchParticipantThanks for the quick response. It’s giving me the same behavior though. I added it in the global CSS section, saved the edit page again and refreshed the page.
January 3, 2017 at 10:11 pm #1315241
RupokMemberHi there,
Thanks for writing back. Let’s try this :
.x-card-outer .x-face-outer { height: auto; }Hope this will do the job.
Cheers!
January 4, 2017 at 8:22 am #1315759
wochurchParticipantExcellent! That one got it. Thank you.
Just in case I’d like to change it going forward, can you send me the CSS that controls when the cards switch over to full width blocks?
January 4, 2017 at 9:16 am #1315870
RupokMemberHi there,
Thanks for writing back. It will switch to fullwidth under 768px. So you can use media query to write CSS for the fullwidth version :
@media only screen and (max-width: 767px) { .x-card-outer .x-face-outer { height: 100%; } }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1314492 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
