phurd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astrid] Side Barfigured it out
Forum: Themes and Templates
In reply to: [Astrid] Header and Footer full length on mobileThe second worked great. Thank you
Forum: Themes and Templates
In reply to: [Astrid] Header and Footer full length on mobileHello, I checked my additional CSS and I don’t see that code.
All I have in additional code is`.content-area {
width: 100%;
margin: 0px;
border: 0px;
padding: 0px;
}.content-area .site {
margin:0px;
}
.page .entry-header {
text-align: center;
}
@media all and (max-width: 1025px) {
.x-container-fluid.offset {
margin: 0 auto 40px auto;
}
}
@media only screen and (min-width: 1025px) {
#masthead.site-header .container {
display: flex;
}
#masthead.site-header .container .site-branding {
width: 20%;
}
#mainnav.main-navigation li {
padding: 10px 7px;
}
}Forum: Themes and Templates
In reply to: [Astrid] Header and menu on same lineWorks perfect
Forum: Themes and Templates
In reply to: [Astrid] Header and menu on same lineThank You!!!!