• hello there,

    I’m having a probleme with polaroids, and hope someone may be able to help. I have 8 polaroids on my homepage. When I check my website on my laptop it’s perfectly fine: 4 polaroids on the top line, 4 on the second one. My probleme comes when I use a computer with a bigger screen: then I have 6 polaroids on the first line, and 2 on the second one, and it doesn’t look good at all. Any idea of how i could change that so that it’s always 2×4 polaroids ?

    Many thanks (and sorry if it’s a silly question, but I’m really bad with all this html and css stuff)

    Anais

Viewing 4 replies - 1 through 4 (of 4 total)
  • what are you referring to?

    do you have link to your site which you could post here?

    what theme are you using?

    what are ‘polaroids’?

    Thread Starter anais75

    (@anais75)

    Yes, sorry it was not precise at all.

    polaroids is the name of the theme. You can see it here: http://wordpress.org/extend/themes/polaroids

    And I can really post the website, it’s a surprise for someone, with personnal pictures and i’m not sure my friend would appreciate :-/

    from the theme demo, there seems to be a style for the width of the theme (in style.css):

    #pagewidth
    {
      width: 98%;
    ...

    try to add a ‘max-width’ so that the theme does not expand to show more than 4 images per row.

    example:

    #pagewidth
    {
      width: 98%;
      max-width: 1000px;
    ...

    you will need to change 1000px to the right value.

    Thread Starter anais75

    (@anais75)

    It worked!! Thanks a lot for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Polaroids-’ is closed to new replies.