Changing Header Size When CSS Is Already Applied

I have been trying to change my Header so that it doesn’t look squished when I go to phone mode. This is it in desktop…

And here it is in phone

I am using the sense theme and already have a lot of CSS applied to the header in base.css which is shown below. Any help is appreciated!

I would love for there to be a margin of around 65 pixels between the header and the image banner below. I have tried to add that but the background starts peaking through. I have pasted an image below to show you what I mean…

So ideally, the pink part wouldn’t be there and would be transparent and in turn this would be what I would want it to look like

Hi @Hikomizubags

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

@media(max-width: 767px){
.banner__box {
    padding: 12rem 3.5rem !important;
}
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

1 Like