Dawn theme - image banner content position

Solved

Dawn theme - image banner content position

troydewit
Excursionist
22 0 2

Hi,

 

In the image banner section of the Dawn theme, it is possible to set the desktop content position to the bottom left. However, on mobile devices, the option is limited to the left only. Is there any way I can get the content position on mobile to be on the bottom left also?

 

Kind regards

TJ de Wit
Accepted Solution (1)

BSS-Commerce
Shopify Partner
3478 465 560

This is an accepted solution.

Hi @troydewit 

Please follow these steps:

- Go to Online Store => Theme => Edit Code:

view-1.png

- Find the file section-image-banner.css:

view - 2023-02-01T084558.744.png

- Find the following code:

@media screen and (max-width: 749px) {}

view - 2023-02-01T084634.364.png

- Add the following code inside the curly bracket:

.banner:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
  align-items: self-end;
}

view - 2023-02-01T084707.624.png

- Here is the result:

view - 2023-02-01T084726.746.png

I hope that it will work for your site.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 10 (10)

oscprofessional
Shopify Partner
16380 2441 3190

@troydewit 
Hello,
Can You Please Share Your Store URL? I Will Check and Provide Proper Solution

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
troydewit
Excursionist
22 0 2

Thank you! URL is crazerebels.myshopify.com, the current home page is just for test but I would like to be able to have multiple image banner sections all with bottom left content position.

TJ de Wit

shubhamSharma
Shopify Partner
130 25 27

hello @troydewit 

can you please shear your store URL and password i have suggested a better solution.

S.sharmaJi
troydewit
Excursionist
22 0 2

Thank you! The URL is crazerebels.myshopify.com, the current home page is just for test but I would like to be able to have multiple image banner sections all with bottom left content position.

TJ de Wit

BSS-Commerce
Shopify Partner
3478 465 560

Hi @troydewit 

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
troydewit
Excursionist
22 0 2

Thank you! My URL is crazerebels.myshopify.com, the current home page is just for test but I would like to be able to have multiple image banner sections all with bottom left content position.

TJ de Wit

Cedcommerce
Shopify Partner
718 77 117

Hello @troydewit,

Share your store URL so we can check the issue and let you know the best possible solution.

Regards,
CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here
troydewit
Excursionist
22 0 2

Thank you! The URL is crazerebels.myshopify.com, the current home page is just for test but I would like to be able to have multiple image banner sections all with bottom left content position

TJ de Wit

BSS-Commerce
Shopify Partner
3478 465 560

This is an accepted solution.

Hi @troydewit 

Please follow these steps:

- Go to Online Store => Theme => Edit Code:

view-1.png

- Find the file section-image-banner.css:

view - 2023-02-01T084558.744.png

- Find the following code:

@media screen and (max-width: 749px) {}

view - 2023-02-01T084634.364.png

- Add the following code inside the curly bracket:

.banner:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
  align-items: self-end;
}

view - 2023-02-01T084707.624.png

- Here is the result:

view - 2023-02-01T084726.746.png

I hope that it will work for your site.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
giorgibrtskinva
New Member
7 0 0

Hi there,


I made it, but button and heading does not comes down, i use same theme. have been something changed since?`