Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203435

    Hi again- My last issue is on the “Why Cook” page. It is behind a coming soon page, so I’ll post login info in the reply. On a desktop screen, the text is sitting at the right of the numbered buttons on the bottom, but on an ipad it is wrapping below the buttons. What do I need to do to get them to appear the same on both? Is there special css for maintaining the code in mobile view or something? Any ideas are helpful, as I can’t seem to figure it out.

    Thanks!
    Angie

    #203437
    This reply has been marked as private.
    #203467

    Hey!

    You can a bottom margin on the icon:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .page-id-15 #av_section_2 .alignleft.size-full {
    margin-bottom: 30px;
    }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text wrap around image on ipad’ is closed to new replies.