Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1094628

    On mobile, how do I fix the formatting of the word GET that should start below the image and should be on the same line as MORE FOR LESS? Image should be centered on mobile.

    View post on imgur.com

    #1095541

    Hey webguy007,

    Thanks for the update.

    Make sure that the text clear both sides or prevent other elements from floating beside it. Something like this should work.

    p.nofloat { clear: both; }
    

    You have to insert that inside a css media query.

    Best regards,
    Ismael

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