How can I adjust banner height and text alignment?

Solved

How can I adjust banner height and text alignment?

Joshua9795
Excursionist
16 0 5

How do i increase the banner height and change the text to align left?

Screenshot 2021-07-11 at 5.48.02 PM.png

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @Joshua9795 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-collection-template .collection-hero__image{
	    height: 100%;
}
#shopify-section-collection-template h1.collection-hero__title{
	text-align: left !important;
}

 

View solution in original post

Replies 5 (5)

Kinjaldavra
Shopify Partner
2302 570 1426

hello @Joshua9795 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @Joshua9795 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-collection-template .collection-hero__image{
	    height: 100%;
}
#shopify-section-collection-template h1.collection-hero__title{
	text-align: left !important;
}

 

Caneleo1234
Excursionist
38 0 8

Hi there, would you happen to know how I can reduce the height of the banner on my homepage? www.meridianetch.com.au 

I have tried asking and searching and just cannot figure it out. I need the code so I can edit it whenever I need to change the height again.

If you could help, I'd be extremely grateful x

dmwwebartisan
Shopify Partner
12321 2552 3729