Make the heading area longer on slideshow- Dawn

Bird_on_a_Wire
Explorer
72 0 12

Hi All!

 

I would like to make the heading area longer on my slider so that my heading can all be on one line- see examples below. Any suggestion on how to fix it?

 

Screenshot 2022-11-24 at 15.08.05.png

Screenshot 2022-11-24 at 15.08.11.png

 

 

https://ebony-design.myshopify.com/

Password: dawlaw

Reply 1 (1)
Ujjaval
Shopify Partner
689 114 93

@Bird_on_a_Wire 

Ujjaval_0-1669299836586.png
Remove above css as shown in screenshot that's

.banner__content {
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

Replace above css with the below css:

.banner__content {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}


Throughout the above process your heading area become larger