Forums

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

Home Forums CSS box size advice…

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40317
    stevedeer
    Member

    Hi All

    I need a little bit of advice.

    After spending what seems like a lifetime reading about css and not ‘doing’, I’m about to set up a web site just for me to experiment in css and jquery. The site will consist of a number of fixed size square blocks that will hold the experimental content. The blocks will be floated and will fall below each other on devices such as the ipad/iphone (I don’t want to use media queries at this stage).

    Is there an optimal size in pixels for the square blocks that will work across all platforms?

    Cheers

    Steve

    http://www.murdersupplies.com

    #111969
    Paulie_D
    Member

    Offhand…300px.

    The smallest phones are 320px so that will allow some margin/padding either side.

    #111971
    JoniGiuro
    Participant

    I would use percentage widths and min-width:300px. That way you won’t have too much empty space on medium sized displays

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