Can i move this image to the middle of the desktop page

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

1 Like

Hello there

Can you share a screenshot with red mark for more clear understanding ?

Regards

Titu

Hi @MaxWard

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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