Forum Replies Created
-
AuthorPosts
-
Regina Smola
ParticipantThanks Dave. That worked.
P.S. I did have straight quotes (not curly) but I forgot to click the "code" button when copying it in the forum here.
~ Regina Smola
http://www.wpsecuritylock.comRegina Smola
ParticipantHey Ron,
Looks like you're missing the max-width, which is causing it to spread across the page.
I got it to work on the new Executive Pro theme with the following:
.site-header {
margin: 0 auto;
min-height: 100px;
width: 100%;
position: fixed;
z-index: 999;
max-width:1140px;
background-color: #f2f2f2;
border-bottom: 1px solid #eee;
}.site-inner {
-moz-box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
background-color: #fff;
box-shadow: 0 0 0 1px #f2f2f2;
clear: both;
margin: 0 auto;
overflow: hidden;
padding-top: 100px;
padding-top: 10rem;
}I did not touch any floats.
Hope that helps.
~ Regina Smola
http://www.wpsecuritylock.comSeptember 19, 2013 at 7:59 am in reply to: Executive Pro showing double image with Featured Posts Widget #63363Regina Smola
ParticipantI figured it out on my own. For Genesis - Featured Posts, I had selected Content Type - Show Content. In order for the post image to not display, I changed it to Show Content Limit.
~ Regina Smola
http://www.wpsecuritylock.comSeptember 16, 2013 at 3:54 pm in reply to: Show Minimum Pro Tagline Only On HomePage – Menu Disappears #62887Regina Smola
ParticipantRegina Smola
ParticipantThe link http://www.briangardner.com/create-landing-page/ doesn't work anymore 🙁
Any other suggestions?
Thanks.
~ Regina Smola
http://www.wpsecuritylock.com -
AuthorPosts