How to resize text box and text in Dawn theme?

Hi,

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.

Thank you

Chantelle

1 Like

hi,

You can attach the store’s url here and point which part you want customize, like that the the communities can check and follow your issue.

1 Like

Hi @Chants1

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!

1 Like

https://naturalisticrebirth.co.uk

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.

1 Like

https://naturalisticrebirth.co.uk

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.

Thank you for the information. Do you mean like this?

if it is then try this code.

  • 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%;
}
}
1 Like

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.

Hi, I am going to password protected now, when you want access please let me know. As I do not want anyone to access my webpage unfinished. Thank you.