How can I edit a stretched top banner in my theme?

Hello,

How do I go about editing the top banner for this theme? It seems a bit stretched out and does not align with our banner menu items?

URL: https://maniac-packs.myshopify.com/

Pw: ManiacPacks

1 Like
@media only screen and (min-width: 750px){
.main-content {
    margin-top: 60px !important; 
    padding-bottom: 80px;
}}
.main-content {
    display: block;
    margin-top: 1px !important;
    padding-bottom: 40px;
}

@Maniac_Packs Add this code in the theme.css

This did not seem to work sorry :confused:

Anything else we can do to edit this?