Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS First attempt at building a responsive site. Can't get text to flow right.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #257012
    macuser0207
    Participant

    Hello forum peeps!
    I am in desperate need of someones help. I’ve created a page and can’t seem to get the text to reposition correctly when device browser drops past 600px. I would like it to fill the width of the window and drop below the previous div. Also some of the text seems to be going behind an image when window is resized.

    Here is a link to the working page I’m working on.

    http://wswdesign.com/liftone/lithium.html

    Here is a link to the css file.

    http://wswdesign.com/liftone/fuel.css

    Please help!!

    #257013
    Paulie_D
    Member

    Are you using media queries at all?

    A minimal demo in Codepen would be much appreciated.

    #257096
    jordan116
    Participant

    One simple media query doth not a responsive site make. You may need multiple media queries for a site with that much content.

    Additionally, you floated the crap out of nearly every element. I’d suggest implementing flexbox or some grid layout to get what you want.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.