davidlevack
Forum Replies Created
-
thanks D,
unfortunately it didn’t seem to do much of anything. I’ve noticed since they updated from margin to boxsizing it’s been harder to adjust the header spacing.
Forum: Themes and Templates
In reply to: [Make] Padding underneath the logo and navigationa sidenote, I had to do this to my main MAKE THEME, doing it simply in the CHILD THEME produced no results (I assume because it’s removing, not adding/overriding)
Forum: Themes and Templates
In reply to: [Make] Padding underneath the logo and navigationAlice, try this,
go to editor and search your stylesheet for:
Header (_scaffolding.scss)then put this
/*———————————————————
——————————————————– */
around everything in that section.
/*———————————————————
Header (_scaffolding.scss).site-header {
float: left;
width: 100%;
color: #171717;
}.site-header-main {
float: left;
width: 100%;
padding: 44px 0 22px;
padding: 4.4rem 0 2.2rem;
background-color: #fff;
}——————————————————– */
When I took out my logo, there was still a space in the BRANDING AREA for where the logo or title and tagline should be. hiding/Commenting out this area, allowed me to close that gap between my banner and the header.
Forum: Themes and Templates
In reply to: [Make] Header for gallery changed in css to white comes out graythanks. that was the trick! I was going insane trying to figure out if something what affecting the color from a footer or something. I thought maybe that overlay was the culprit.