align the text on the web banner

Solved

align the text on the web banner

trong2409
Excursionist
36 0 14
 

Hello, how can I align the text on the web banner closer to the left corner?

trong2409_0-1737172453873.png

 

Accepted Solution (1)
EstherBui
Trailblazer
276 39 44

This is an accepted solution.

Hi Trong2409

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {
   margin: 0 !important;
}

 

 

 

Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 6 (6)

EstherBui
Trailblazer
276 39 44

Hi,
Can you share store url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

trong2409
Excursionist
36 0 14

my url: https://liceramic.com/

Password: 2409

Thank you!

EstherBui
Trailblazer
276 39 44

This is an accepted solution.

Hi Trong2409

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {
   margin: 0 !important;
}

 

 

 

Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

DarylMaguire95
Excursionist
35 0 9

Hi

I have the same issue so if you can get the answer, I would love to follow

DaisyVo
Shopify Partner
4432 492 585

Hi @trong2409 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.banner__content {
    padding-left: 10px !important;
}
.banner__content
 > .banner__box.content-container {
    padding-left: 0 !important;
}

 

Here is the result: image_720.png

 

I hope this helps

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

trong2409
Excursionist
36 0 14

Thank you everyone so much!