Hi there,
I have a question about the enfold theme. I’m trying to recreate something like this:
So like, an big image overlapping a section and touching the right side of the screen. It doesn’t work out using the image module. Can someone explain me step by step how to do this?
Here’s another example:
The mobile phone goes ‘out-of-section’, which i would like to recreate.
Thanks in advance.
Bump
Hi,
Thank you for using Enfold.
Enable the custom css class field so that you can target a specific image element. The first design can be achieved by applying a negative margin to pull the image towards the right or left. For the second one, just increase the size of the image and set the position to absolute. Do you have a test site or page?
The “out-of-section” image:
.custom-css-class-image {
position: absolute;
width: 200%;
height: 200%;
top: 50%
left: 50%;
transform: translate(-50%, -50%);
}
Best regards,
Ismael
Thanks for the reply. I added a temporary login in the private content section. Hope you can help me!
Hi lrsp,
Best regards,
Victoria
