Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Dawn theme v.10 - How to resizing text box in image banner?

Solved

Dawn theme v.10 - How to resizing text box in image banner?

phakwan1
Tourist
10 0 5

Hi. Could someone help me to resize text box in image banner? I want it to be smaller. 

phakwan1_0-1688282162391.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Thank you for the information. 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" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient {
    width: 40%;
    height: 55%;
}

Result:

Ribe_Dagandara_0-1688403903712.png

I hope it help. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9079 2170 2679

Hi @phakwan1 ,

Would you mind to share your URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
phakwan1
Tourist
10 0 5

Hi. This is the link: https://00f17e-2.myshopify.com/?_ab=0&_fd=0&_sc=1

The password will send through a message. Thank you. 

Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Thank you for the information. 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" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient {
    width: 40%;
    height: 55%;
}

Result:

Ribe_Dagandara_0-1688403903712.png

I hope it help. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
phakwan1
Tourist
10 0 5

it's really helpful. Thank you.