How can I make my image-with-text banner full width in the Sense theme?

Solved

How can I make my image-with-text banner full width in the Sense theme?

kioskdoni
Tourist
5 1 0

Hello,

 

I want to have the “image-with-text” as hero banner. But I want it to be full width. Because of the defined page-width of the sense theme, it does not work. 

I want to keep the page-width as defined everywhere else, but not for the banner section. 

 

How can I do this?

 

https://65a85d-3.myshopify.com/

 

Thanks!

 

 

SCR-20231206-hiph.png

Accepted Solutions (2)
sahilsharma9515
Shopify Partner
1206 156 233

This is an accepted solution.

Hi @kioskdoni Thanks for the clarification, Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

 

.section-template--20242329076039__61d34b9f-2dd0-45c9-a4ce-67f237f4f6e9-padding.gradient.color-background-1 .page-width {
    padding: unset !important;
}

 

 

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

sahilsharma9515_0-1701853639024.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

kioskdoni
Tourist
5 1 0

This is an accepted solution.

Thanks it worked perfectly. 👍🏻

View solution in original post

Replies 7 (7)

sahilsharma9515
Shopify Partner
1206 156 233

Hi @kioskdoni Sorry but I am not able to see the image with text section in your theme. 

I am just seeing this.

sahilsharma9515_0-1701848392083.png

If you haven't put live this section then can you please display it so that I can look into this and provide you the solution.

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


kioskdoni
Tourist
5 1 0

Oh sorry. Yes it’s hidden on desktop. I do only need this on mobile. 

sahilsharma9515
Shopify Partner
1206 156 233

This is an accepted solution.

Hi @kioskdoni Thanks for the clarification, Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

 

.section-template--20242329076039__61d34b9f-2dd0-45c9-a4ce-67f237f4f6e9-padding.gradient.color-background-1 .page-width {
    padding: unset !important;
}

 

 

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

sahilsharma9515_0-1701853639024.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


kioskdoni
Tourist
5 1 0

This is an accepted solution.

Thanks it worked perfectly. 👍🏻

FloridaGlow
Explorer
92 0 11

@sahilsharma9515 can you please help me do the same thing in Dawn 14.0.0?

sahilsharma9515
Shopify Partner
1206 156 233

Hi @FloridaGlow Yes I would love to help you, can you please provide your store URL. and for which section did I need to do the CSS.

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


FloridaGlow
Explorer
92 0 11

Thanks so much! Actually got it figured out!