Forums

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

Home Forums CSS Magazine Inspired Photo Layout

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #189482
    nichlas
    Participant

    Hi, I’m trying to get this layout to work:
    http://codepen.io/nichlas/pen/azvoVj

    All the image styles should have the same width (including the padding) at all times and end up at 1200px max-width. And I want the vertical images (.left and .right) to stay together with no spacing.

    It works up to a certain point, but the ones with padding does not stop scaling and the vertical images slips away from each other.

    Any tips? :)

    #189488
    nichlas
    Participant

    It was a lot of help! Thank you so much, the outline code is such a helpfull tool to use when building layout! And the box-sizing css rule is what I was looking for I guess. What I need now is to force the verticals to stay on the same line.

    Yes, I want the vertical images to be the same width as the horizontal ones combined.

    Did some edits on your fork and increased the max-width of the .full class to 1200px again because of the box-sizing.

    http://codepen.io/nichlas/pen/gbabgj

    #189496
    nichlas
    Participant

    Yes! Perfect Atelierbram!

    I updated my demo with your new edits, but I changed the padding to percentage.

    How can I center all the content now? If I remove the float: left; from .left, .right classes, I get a gap between them..

    I want all the images to be centered on the page. Like I have on my website now.

    #189520
    nichlas
    Participant

    That sounds good! I updated my demo with your code now. I also combined .left and .right to .vertical to simplify the code.

    Thank you so much for all your help Atelierbram!

    #189526
    nichlas
    Participant

    I’m not sure what’s happening.. But when I try to implement it in my wordpress theme, the verticals doesn’t line up properly..?

    http://itsnwa.com/photo/

    #189648
    nichlas
    Participant

    Yes! that did the trick! :)

    Thanks for all your help Atelierbram!

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