Forums

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

Home Forums CSS .project_content width

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

    here is the website: http://cargocollective.com/cancioneirojobim/10

    the visual that i want inside the ‘.project_content’ is that one:
    .one row, for the blue images

    .one row, for the red images [below the blue images row]

    .one row, for the text [below the red images row]

    i’ve achieved this visual by putting a very high number for the **width** property, in the **.project_content** code

    but with this method if, somehow, any other project has more ‘blue images’ and requires more space, i will have a problem…because it’s a ‘static’ value

    nevertheless, by this method, i will always show lots and lots of empty space, that could not exist!

    so i need a code that says that the website will expand horizontally as much as one of the rows [blue image, red image or text] requires….but it will stop as soon as it reaches the limit of the largest row

    when i have only text, like here: http://cargocollective.com/cancioneirojobim/9 , it works fine!

    but when i have images don’t…

    someone has any idea for a code?!

    #142372
    tomjobim
    Participant

    nothing?!

    #142374
    georgearnall
    Participant

    It will be clearer for us to see and help you if you make a [reduced test case](https://css-tricks.com/reduced-test-cases/https://css-tricks.com/reduced-test-cases/”) on [CodePen](http://codepen.io/pen/http://codepen.io/pen/”).

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