Move image + text
-
Hello,
I would like to make my images pop out of the textblock on the left or on the right. With this code, all the images move but that is not what I want. I want to choose the images, where do I put the imagenumber?
.wp-block-image img{
position:relative;
left: -100px;
}And if I use this code, the text stays the same, the figure of the image stays in place. Can you help me move the text to the image?
thanks
The blog I need help with is: (visible only to logged in users)
-
Morning! I honestly would not make such a change. It is going to affect the mobile view of your site requiring more customization and management on your part. The majority of sites are visited on mobile devices.
With CSS we can adjust the padding around the image but it will not move outside the actually block.
- The topic ‘Move image + text’ is closed to new replies.