gallop Posted July 26, 2020 Share Posted July 26, 2020 Site URL: https://www.do2digital.com/ Hello, I created side by side markdown block with text. They looked completely normal on desktop view and mobile view because I changed the border-size in css. But the texts are overflowing on tablet view (iPad). Is it possible to make the 2 side-by-side markdown blocks have the same height and prevent the text from overflowing? @tuanphan Thank you. Here is the link to that page: https://www.do2digital.com/blog/tipstricks/productivity/free-screen-recorders-2020 Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) and (max-width:991px) { div#block-yui_3_17_2_1_1595669897080_71121+.row .markdown-block { block-size: unset !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
gallop Posted July 26, 2020 Author Share Posted July 26, 2020 @tuanphan I added to Custom CSS, but nothing happened Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 I see it worked here. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
gallop Posted July 26, 2020 Author Share Posted July 26, 2020 @tuanphan Is it possible to make both the side-by-side markdown blocks "Pros" and "Cons" have the equal height? Thanks Link to comment
gallop Posted July 26, 2020 Author Share Posted July 26, 2020 @tuanphan I just added your code to all of the markdown blocks and the text is not overflowing anymore. Thank you. But the 2 blocks don't have the same height. How do I make them both have the same height? Thanks Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.