Hi-
Our website views fine on a desktop and phone, but on the ipad the text is running off. Is there CSS I can add to the site so this doesn’t happen? Thanks!
Erin
Hey ESWEENEY113,
Can you provide a screenshot of the issue?
Best regards,
Jordan Shannon
I can. :) How do I attach a screenshot?
Hi,
You can use the following service:
as well as imgur, or a dropbox link.
Best regards,
Jordan Shannon
This is what we’re seeing on an iPad. https://snag.gy/ST0wGm.jpg
Thanks!
Erin
Hi,
Add this to quick css:
@media only screen and (max-width: 1024px) {
div .av_one_third{
width:100%!important;
margin-top:20px!important;
}}
Best regards,
Jordan Shannon
Perfect. Thank you!!
Erin
Hi Erin,
Great, glad Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
by the way Erin – your individual Links to f.e. about should have the absolute path – because if you are not on the landing page (f.e. on a portfolio page) the #about link has no function (maybe the /#about will work)
Thank you, Rikard! I knew the menu didn’t work well on a portfolio or post page so added return links on each. But your solution worked perfectly! I appreciate it :)
Erin
Hi Erin,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, please close it. Thank you!
Erin