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

    Can you give me some quick css to fix the formatting of the text in the bottom section of this page on my iPhone in portrait mode please? I want all of the columns to be lined up (See image) Thanks!

    • This topic was modified 8 years, 7 months ago by djshortkut.
    #616999

    Hi djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    h3.iconbox_content_title {
        padding-left: 30px!important;
    }}

    Best regards,
    Yigit

    #617049

    Thank you very much! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text Formatting on iPhone’ is closed to new replies.