Adjusting Button Position on Banner Image (Dawn Theme)

Adjusting Button Position on Banner Image (Dawn Theme)

Vilcka
Excursionist
17 1 7

Hi everyone,

I'm using the Dawn theme, and I need help adjusting the button position on my banner image. Right now, the button is centered, but I’d like to move it to the bottom right, as shown in the attached image.

 

Vilcka_0-1738813716953.png

 

I know I should use .banner__buttons in CSS, but it’s not working as expected. I’ve tried different approaches, but I can't get the button to move to the correct position.

Does anyone know how to fix this? Any help would be greatly appreciated!

Thanks in advance!

Replies 4 (4)

B2Bridge
Excursionist
334 67 82

Hi @Vilcka, Can you share your store url with us?

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

Vilcka
Excursionist
17 1 7

Url: voir.cl

pass: pedobear

 

many thanks!

 

B2Bridge
Excursionist
334 67 82

Hi @Vilcka , I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

Here is the code for Step 3:

{% style %}
.banner__box.content-container {
padding: 0 !important;
position: absolute;
bottom: 8%;
right: 10%;
}
{% endstyle %}

 

 

if this helpful, please give us a like, and mark its a solution. Thanks you.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

Dan-From-Ryviu
Shopify Partner
11363 2228 2400

Hi @Vilcka 

Please add this code to Custom CSS of that Image banner section 

.banner__content {
    align-items: flex-end;
    justify-content: flex-end;
}
.banner__box { 
    padding-bottom: 0; 
}

Screenshot 2025-02-06 at 15.19.55.png

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.