Forum Replies Created
-
AuthorPosts
-
sinounMember
There is one more thing I'd like to add. I downloaded "Genesis Simple Edits", which usually works great to edit the copyright info. But this time, it's not working for me. My copyright is there, but the theme's default copyright info is also there. How do I remove this? Is the only option going into the child theme's files?
Thank you!
sinounMemberExactly what I needed! Thank you!
sinounMemberCan anyone help? Does anyone know how to get the secondary menu items only show up for one page, like in the demo? Here is screenshot: http://prntscr.com/beu7gs. I'm able to successfully set the menu, but I only want it to show on one page, not all of them.
Thanks in advance to anyone who can help!
SinounsinounMemberNevermind, I found in the documentation the info about the menu. Still don't know how to show the secondary tabs on just one page though. I appreciate your help!
sinounMemberAnother thing. I noticed that the demo has a right and left aligned header menu. It also has a button. How do I achieve this?
Thanks again!
sinounMemberThanks, Victor! How do I only make it show for one page?
sinounMemberThanks for the response, but I'd appreciate a little more detail on how to achieve this.
Anyone else has insight on HOW I can add the secondary menu?
Thanks!
sinounMemberThank you so much! This worked great. I should have mentioned I tried the background: transparent and background rgba, but it didn't work for me. The .site-inner addition is what made it work. Thanks! 🙂
sinounMemberThank you so much for this! It worked great, but how do I make the main body where the text is transparent? Right now it's at it's default white: http://shiftwebsolutions.com/test-2/
sinounMemberAh, I see. Sorry about that! Unfortunately, still doesn't work...
sinounMemberThanks for your response, but not sure if you noticed that the very first code you inserted is the exact same code I said didn't work. I tried the second code and it's in there now... still no change. Not sure why! I'm stumped.
sinounMemberAgain, you are a freakin' life saver. There was an extra } laying around randomly in my custom CSS. Oops!
Thank you soooo much!! 🙂
sinounMemberI added margin: 0 auto; as instructed. Then I removed the 2 lines of code you pasted above. That didn't go so well because it then made the full size site have a centered logo. I only need it centered for any screen under 1360px. Any suggestions?
sinounMemberThis is weird. This is what I have in my custom style sheet:
.title-area { background-color: #1a212b; max-width: 461px; padding: 20px 40px; }
.header-image .title-area { padding: 0; width: 461px; }I don't have any of the code in my custom style sheet that you told me remove.
sinounMemberThanks for the response! Would you mind telling me what exactly the second set of rules are that I need to remove? I don't see the same lines as you because they are in a custom style sheet. Thanks.
sinounMemberHi Emasai,
Sorry to bother you again, but you were so helpful and everything was working great for me. Just recently, I realized that the left align for the logo went right back! I tried to check the old code you told me to look out for:
.title-area { background-color: #1a212b; float: left; max-width: 461px; padding: 20px 40px;}
But the "float: left" is NOT there anymore. Why did the logo go back to the left? How do I fix it to be centered again? I tried checking my current CSS and Firebug, and I'm stumped!
Thanks for your help!
SinounsinounMemberOne more thing. I'm not sure why, but anything under 1360px, the area below the search widget and above "Featured Properties" is huge. I can't figure out the CSS here. Do you know what it is?
sinounMemberThank you SOOO much! 🙂 It worked great!
I have another question and then I'll get out of your hair. So as your screen gets smaller, to about 1180px, the Soliloquy slider's caption begin to get to too close to the header. I found the code that changes it:
.soliloquy-container .soliloquy-caption { bottom: 200px!important; }
I changed it to 100px and put it in the @media for 1180px section, but it doesn't work.
I already have the code above in custom CSS outside of @media, so it could be causing the problem. The problem is that if I take out "!important" it doesn't work, but then it'll work for @media 1180px. How do I handle this? I need to be able to move the caption around.
Thanks!
SinounsinounMemberHi there, I thought I removed the float: left, but apparently you're still seeing it. On line 30 of my CSS file is not what you're obviously seeing. Can you copy the set of code that shows "float: left" that I need to delete? I appreciate the clarification.
sinounMemberHi,
Thanks for letting me know about the cascade, I didn't know that.
I removed the float: left and added this back:
.title-area { float: none; margin: 0 auto; }
Still not working for me. Not sure why.
I appreciate your help.
Sinoun
-
AuthorPosts