Archived topic
Move button without enlargening picture
3 replies · Started by scometamus on September 2, 2022
On our website we created a slider (container with background image) which contains a button. However, this button is covering a face on mobile and we want to move the button down. However, when we do this by padding/margin the complete image gets bigger / enlarges. Is there an option to just move the button down on mobile without making the container with the image bigger? – Maybe I'm blind here, but I can't see any option.
Thanks in advance for the help!
Hi there,
You just need to adjust the top and bottom padding of the container at the same time.
For example, you are using 200px as top padding and 180px as bottom padding for mobile, just change it to 300px for top padding and 80px for bottom padding.
amazing, thank you very much!
You are welcome :)