How can I adjust text column width on Taste theme collection pages?

Hi, Wendy at www.orangegrove.co.nz here, please can someone give me the code to get the text columns full width on my collections pages? eg https://www.orangegrove.co.nz/collections/candles-melts I am using theme Taste.

Many thanks

Wendy

@wendycain ,

.collection-hero__description {
    max-width: 100%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

@wendycain

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.collection-hero__description {
    max-width: 100% !important; 
}
1 Like

Very many thanks! Will try this

Hello @wendycain ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Many many thanks will try this!

Many thanks xx

Thanks very much xx

I can make another post but just taking a quick chance ,last question I promise, but the home page https://www.orangegrove.co.nz/ Header image is getting the height restricted even though I have chosen LARGE in the settings, do you know what I can add to stop the height restriction please?

So many thanks for your help

Wendy

@wendycain

You want to enlarge the logo?

Hello @wendycain ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

No sorry, see attached. The theme is chopping off the height where the images are correct they are changing it.

No, sorry, see attached in red box

no sorry, see attached, top carosel in red box

Many thanks again, it worked :slightly_smiling_face: xxx