I am using the Sense theme with the ‘Image with text’ section, can I move my first image to the middle of the desktop screen?
website - futcoinworld.com
Thanks
A user working with Shopify’s Sense theme wants to center an image from the ‘Image with text’ section on their desktop homepage (futcoinworld.com).
Solution Provided:
A community member shared CSS code to hide the text element and center the image by adding custom CSS to the theme’s stylesheet (base.css/style.css/theme.css).
Current Status:
The solution works but the image is positioned slightly too far to the right. The user is requesting guidance on how to fine-tune the horizontal positioning.
Key Details:
I am using the Sense theme with the ‘Image with text’ section, can I move my first image to the middle of the desktop screen?
website - futcoinworld.com
Thanks
Hello there
Can you share a screenshot with red mark for more clear understanding ?
Regards
Titu
Hi @MaxWard
Try this one.
.section-template--24760703058245__image_with_text_DJknU9-padding .image-with-text__text-item {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
That is nearly perfect! If you look at my website now, it is just slightly too far to the right. Is there any way of me slightly adjusting how far across it goes?
Thanks