I am using the symmetry theme and my banner is cut off on desktop but looks fine on mobile. I have tried resizing them images but it hasn’t helped. rosesandrelic.com
Hi Reesha,
You can adjust by Changing the background-size to contain. However, it looks a little weird on the desktop. I think the best solution for you is you should replace another image that is suitable for your size banner.
Hi @reesha2725 ,
Go to Assets > styles.css and paste this at the bottom of the file:
@media (min-width: 768px) {
#section-id-template--15035799961659__16359276425da8ce46 .fixed-height-item {
height: 950px !important;
}
}
Hope it helps!