Re: Adjust Width of Sense Theme Slideshow Text Container

Solved

Adjust Width of Sense Theme Slideshow Text Container

mikelee02
New Member
4 0 0

I'm working with the Sense theme and have a slideshow. I can't figure out how to adjust the width of the text container that holds the heading, subheading, and button. In the image below, I've highlighted in red the area of the container that I want to eliminate by reducing the width of the container. 

 

Does anyone have any ideas on how I would do this? Thanks you. 

 

 

Shopify Error.png 

Accepted Solution (1)
Raj-webdesigner
Shopify Partner
346 86 83

This is an accepted solution.

Add This Css In your edit code > base.css File

@media screen and (min-width:767px) {
    .banner__box {
        min-width: 30rem !important;
        padding-right: 0 !important;
    }
    .slideshow__text>* {
        max-width: 100% !important;
    }
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 4 (4)

Raj-webdesigner
Shopify Partner
346 86 83

Share Website Link

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


mikelee02
New Member
4 0 0

mise.market

pwd: shopifyhelp

Raj-webdesigner
Shopify Partner
346 86 83

This is an accepted solution.

Add This Css In your edit code > base.css File

@media screen and (min-width:767px) {
    .banner__box {
        min-width: 30rem !important;
        padding-right: 0 !important;
    }
    .slideshow__text>* {
        max-width: 100% !important;
    }
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


mikelee02
New Member
4 0 0

This solution worked perfectly. Thank you!