Forum Replies Created
-
AuthorPosts
-
sarabellum
MemberDoh! Figured it out - when I copied over to my test site, not all of the images moved. Without featured images, the slides were too short.
sarabellum
MemberHi Mike,
Those are both checked. I can see that there is content - but I can only see 37px high of it (so only the titles). But it's there, and I can see the slides changing.
sarabellum
MemberActually - that wasn't it exactly - but it made me realize I had two blocks of similar code - I removed one and it worked.
(BTW - the 1068 was the total container - it did NOT need to be changed)
sarabellum
MemberThank you! Not sure how I missed that - I'd tried to change it here instead.
.header-image .site-title a {
background-color: none;
max-width: 350px;
min-height: 75px;
padding: 0;
}sarabellum
MemberThank you! That fixed it - now I just need to name it.
March 28, 2014 at 6:03 pm in reply to: Minimum Pro remove tagline (or other ways to clear dead space) #97213sarabellum
MemberHi Austin,
Thanks for replying. I've tried that - it's basically what was suggested in the threads I linked to (but I did try it again just now) - when I do that - the background image vanishes and my content is smushed at the top of the page just under the header.
sarabellum
MemberI don't know why it's not showing - have you considered trying this process instead?
I have always had really good luck with Sridhar's tips.
sarabellum
MemberI'm having this issue as well.
sarabellum
MemberDecided to nix the cforms and start over - much happier now.
sarabellum
MemberTHANK YOU!
sarabellum
MemberI should not be working this late - I posted the wrong URL.
Try here - http://cotswoldpta.org/fundraising/general-fundraising/ - it's the big white area with white text (unless you hover and it turns blue)
sarabellum
MemberTacking on one more (related) question.
I added a secondary menu (using a Genesis Subpages as Secondary Menu plugin). You can see it on this page - http://cotswoldpta.org/governance/
The menu background is showing as white - but I can't find anything in my CSS indicating that any menus should be white. From what I can see, it refers to background: url(images/texture.png) like the other menus - the texture.png file is a solid block of the blue. I've gone over and and over the CSS and can't find it. Firebug seems to indicate that both the primary and secondary menus are genesis-nav-menu, but they are not displaying the same.
Any thoughts?
sarabellum
MemberThank you! (I swear I tried it, but now it's working!)
sarabellum
MemberSo sorry - thought I added it.
sarabellum
MemberFigured it out - I needed to change the top margins in .site-inner - once I set those to match my new header height it was fine.
.site-inner {
clear: both;
margin: 65px 0 40px;
margin: 6.5rem 0 4rem;My header is 100px, so 95/9.5rem works great (100/10rem gave me a little white line)
sarabellum
MemberTHANK YOU! See - I knew it was something stupid. Why do I always forget that checkbox?!?!?
-
AuthorPosts