Hello,
A friend of mine create this news design for my website http://yes-we-cards.com/
I use cornerstone. Do you know how can I do this circle image between 2 sections with cornerstone ?
Thanks a lot
Céline
Hello,
A friend of mine create this news design for my website http://yes-we-cards.com/
I use cornerstone. Do you know how can I do this circle image between 2 sections with cornerstone ?
Thanks a lot
Céline
Hi Céline,
There’s a ton of CSS customizations that could work for you. But look for one that solves it easiest without breaking your page’s layout…
You could set a section between with transparent background and a negative margin in order to move it up.
You could set a section between with transparent background with $el { position: relative; bottom: 6em; }
to position it higher than it’s original position (the bottom CSS value is the distance relative to the original bottom, so basically make that half the image’s height). Mind that it won’t shift the following sections upward, though.
You could set the section to float and use absolute positioning.
Good luck
Thank you a lot ! A friend is helping me. I am going to show him your answer !
Cheers from France
Céline
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.