-
AuthorPosts
-
September 21, 2015 at 4:07 pm #506495
Hello,
The text bullet points are jumbled and overlaying each other on the ipad.
Here is the link to the site: http://www.9010formation.comIt is 1/2 way down the screen in the “key focus areas” section.
What do I do to fix this?
September 21, 2015 at 4:24 pm #506500Hi ibsafe!
It’s because your using one fourths there with the left and right one empty. Try using the grid row element with just two cells instead.
Cheers!
ElliottSeptember 21, 2015 at 5:31 pm #506550Hi Elliott,
Thank you for the reply. I am not actually using 1/4 there…I am using 1/3 and there are 3 sections.
The section you are referring to renders correctly….its a little farther down the page in the “Key Focus Areas” section.
Thank you for the help!
September 21, 2015 at 5:43 pm #506557Hey!
It looks fine on my end though I don’t actually have an iPad to test on. The only problem I noticed was with the 90% / 10% section.
Can you take a screenshot and highlight what your seeing on the iPad?
Cheers!
Elliott- This reply was modified 9 years, 2 months ago by Elliott.
September 21, 2015 at 5:48 pm #506563I have a screenshot. How do I attach it to this post? Should I just email you the attachment?
September 21, 2015 at 5:54 pm #506568Hey!
You can click on the “img” button in the editor and paste the URL to your image. You can use a image hosting service such as imgur.com to host it.
Regards,
ElliottSeptember 21, 2015 at 5:57 pm #506573Here is the screen shot.
September 21, 2015 at 6:19 pm #506590Hi!
I see what you mean. I don’t know if there is anything we can do about that though. There just isn’t enough space there.
We could set the overflow to visible instead of hidden like so.
article, article * { overflow: visible !important; }
But then the headings will display beneath the icon. Would you like to try reducing the font size?
Regards,
ElliottSeptember 21, 2015 at 6:22 pm #506593Yes I would like to reduce font size. How do I do that?
September 21, 2015 at 6:35 pm #506604Hey!
Try adding this to your custom CSS.
@media screen and (max-width: 900px) and (min-width: 767px) { h3.iconbox_content_title { font-size: 11px !important; } }
You may need to play around with the max-width and min-width values depending on the screensize of your iPad.
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.