Header Image in Shop full width Testament theme

Hi,

with the newest Update of the testament theme the header image in the shop is set to a certain size instead of displaying the image in full width.

Old version and how I want it to look like (www.annas-blumenpoesie.de/shop)

How it currently looks with the new updates (https://75o3dtk1oekbaz4u-43641700501.shopifypreview.com → Navigate to shop to see the page I am talking about):

So, as you can see the header image is somehow zoomed and not fully displayed and I can find the piece of code which I need to edit.

1 Like

I just have a quick question and it involves moving my icons (social medias + shopping cart etc) which are in the announcement bar section for some reason, is there any possible way of moving them down onto my header section where my menu navigation bar will be. Kitchen

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >stylesheet.css and paste this at the bottom of the file:
body .collection__banner-image img {
width: 100%;
object-fit: cover;
height: 325px;
}
body .collection__banner-image {
height: auto;
}
1 Like

This did unfortunately not work. Nothing changed.

1 Like

Hello there,

Working fine.

Screenshot :-

You’re right. Thanks a lot

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.