Blocks not displaying correctly on Mobile
Permalink
HI Guys,
I have changed a few items on my website, added in a few blocks and some links etc.
The mobile looks terrible now, my web developer says it is a problem with the blocks and they never look right on mobile.
Is there a way i can fix this cause it really needs to display correctly on mobile.
Thanks Dave
I have changed a few items on my website, added in a few blocks and some links etc.
The mobile looks terrible now, my web developer says it is a problem with the blocks and they never look right on mobile.
Is there a way i can fix this cause it really needs to display correctly on mobile.
Thanks Dave
Link to website maybe?
One thing that sticks out (literally) is that a couple of the DIVs have hard-coded widths (500px). See class="_2p3a" and therein.
Some of the images go a bit squishy (ie, change aspect ratio) and some of the font sizes are a bit big on very narrow screens, but it seems okay generally.
Some of the images go a bit squishy (ie, change aspect ratio) and some of the font sizes are a bit big on very narrow screens, but it seems okay generally.
Did you checkhttp://documentation.concrete5.org/...
OK, so the site is back working now.
www.www.auspropertyprofessionals.com.au...
any ideas on how i can fix the graphic side (especially the homepage)
It looks terrible on mobile devices
www.www.auspropertyprofessionals.com.au...
any ideas on how i can fix the graphic side (especially the homepage)
It looks terrible on mobile devices
Your web developer could try adding some CSS to the end of the stylesheet (I think this is a custom theme) something like:
I wouldn't put this down to problems with concrete5's blocks, it's lack of attention to mobile specific styles in the theme.
.content img, .ccm-layout-wrapper img { height: auto; } @media (max-width: 768px) { .content img, .ccm-layout-wrapper img { float: none !important; display: block; margin: 0 auto !important; margin-bottom: 20px !important; } }
I wouldn't put this down to problems with concrete5's blocks, it's lack of attention to mobile specific styles in the theme.
Thanks, i will send your suggestion to our web developer