Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1008524

    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

    #1008548

    Hey ESWEENEY113,

    Can you provide a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #1008549

    I can. :) How do I attach a screenshot?

    #1008558

    Hi,

    You can use the following service:

    https://snag.gy/

    as well as imgur, or a dropbox link.

    Best regards,
    Jordan Shannon

    #1008632

    This is what we’re seeing on an iPad. https://snag.gy/ST0wGm.jpg

    Thanks!
    Erin

    #1008639

    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

    #1008664

    Perfect. Thank you!!
    Erin

    #1008729

    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

    #1008772

    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)

    #1008830

    Hi,

    Thanks for sharing @guenni007.

    Best regards,
    Rikard

    #1008980

    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

    #1009214

    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

    #1009440

    Yes, please close it. Thank you!
    Erin

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.