Hi there!
I’m sorry for the delay in getting back to you. You’re right, there is a difference between the starter template demo and the actual imported content.
Let me help you with the three sections you specified:
1. For the rotated “Sale!” text, add this to the Section block’s Custom CSS option:
selector .rotate-text {
transform-origin: 0 0;
transform: rotate(-90deg);
}
This is how it worked on my website – https://share.getcloudapp.com/v1uWxBeq.
The same steps should also be done for the “Free Shipping” texts – https://share.getcloudapp.com/nOuLnJlK
2. For the overlay blocks, there should also be custom CSS codes on the Section blocks. Add this to the three section blocks:
selector figure.wp-block-image.size-large {
z-index: -1;
position: relative;
}
Here’s how I did it on my website – https://share.getcloudapp.com/2Nupj9j8
Lastly, I have sent our team a note about this so they can update the starter template demos.
Let us know if we can help you further.
Kind regards,
Karla