Struggling with creating a complex layout using minimal relative and absolute positioning.
Here's the issue I'm facing:
All my elements are aligned side by side with only one problem: the border image needs to bleed into the row below. How can this be achieved without pushing the elements in the next row down beyond the lower margin of the border image?
Setting the height of the border image results in:
Additional details for clarity:
The structure is such that the border image sits between the main sidebar and CTA top container.
- Main Side Image
- Main Heading Container
- Main Sidebar
- Border Image
- CTA Top Container
- CTA Button Relative
In conclusion:
I have some possible solutions, like floating the border image as a div on the right (or using Susy's last) and setting a background image with 60% width positioned on the left of the div or placing an absolute positioned image inside a relative container to shift it to the left. However, I am concerned about disrupting the flexibility of the layout (it's within a Susy fluid grid).
Any suggestions?