Hi, I am trying to remove this area between my content and the integrity stack header.
I have removed all padding and tried suggested CSS from the forum in the theme options.
.x-logobar {
border: none;
}
body {
background-image: none !important;
}
.x-breadcrumb-wrap {
display: none;
}
.x-container>.offset {
margin: 0px !important;
}
It doesn’t seem to work and I am a complete beginner at CSS. Any help would be appreciated.
Thanks