I tried to adjust the banner size via code, but it’s not working for the VEENA theme, but the same code I used in the Dawn theme is working properly, can anyone help me with this
Code I used,
.collection-hero–with-image .collection-hero__inner {
width: 100%;
padding: 0;
max-width: 100%;
}
.collection-hero–with-image .collection-hero__text-wrapper {
display: none
}
.collection-hero__image-container {
margin-left: 0 !important;
}
.collection-hero__image-container img {
top: 50% !important;
transform: translateY(-50%) !important;
}
@media screen and (min-width: 750px) {
.collection-hero__image-container {
min-height: 37rem;
}
.collection-hero {
padding: 0 !important;
}
}
