I would appreciate some help, I did try the suggestions but that did not work.
I am using the Dawn theme, I have an image but would like to resize the text box and text, so that I can place it at the side of the image. I managed to do what I wanted with image and text, however I did not like the border at the sizes of the image and wanted the image to extend with border.
Just clarification, do you like to the text beside on the image? not below the image? That is why you like to resize it? Would you mind to share your store URL? Thanks!
I am trying to make the heading and text box on the image banner, smaller so I can move to the side without overlapping my image. Thank you. Much appreciated.
I am trying to make the heading and text box on the image banner, smaller so I can move to the side without overlapping my image. Thank you. Much appreciated.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
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:
@media only screen and (min-width: 749px){
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
max-width: 40%;
}
}
Thank you, I would like to move it to the right like the text and image one, I put below to show how I would like it. The image a text one is okay, but I do not like the side borders and you can see the edges.