This is my first attempt at creating a website on shopify.
I am using Ella 6 theme
I am trying to add my logo under the header using Custom Image Banner and small image
I have uploaded the logo to small image as item 1
The problem: The image is left aligned.
Resolutions tried:
-
Added CSS to Custom Image Banner> .container {
display: flex;
justify-content: center;
align-items: center;
height: 300px;
max-height: 300px;
}
.centered-image {
width: 25%;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain;
} -
Have changed settings in small image trying to center the logo.
Kindly help.