RATX Posted January 19 Posted January 19 (edited) Slight frustration trying to get CSS to cooperate. I as finally able to get all my markdown block lined up but, are having issues with overlapping blocks when in certain viewing sizes. Mobile seems to work well, same as dull desktop .I'm on 7.0 and have no plans to move the site to 7.1 at this time. Edited January 19 by RATX
Web_Solutions Posted January 19 Posted January 19 2 minutes ago, RATX said: Slight frustration trying to get CSS to cooperate. I as finally able to get all my markdown block lined up but, are having issues with overlapping blocks when in certain viewing sizes. Mobile seems to work well, same as dull desktop .I'm on 7.0 and have no plans to move the site to 7.1 at this time. What is the site URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
RATX Posted January 19 Author Posted January 19 (edited) Markdown can be found here on the site austinbarbell.com/home austinbarbell.com/join Edited January 19 by RATX
tuanphan Posted January 21 Posted January 21 Because the text too big, so it will create box width increase, so on some screen sizes, you will see problem You can set some CSS (Website Tools > Custom CSS) like this to resize text on specific sizes @media screen and (min-width:700px) and (max-width:870px) { .markdown-block span { font-size: 20px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment