Forum Replies Created
-
AuthorPosts
-
MJG108
MemberThat last post was a bit cynical. I'm not going to give up on learning web development using Genesis. Time to jump back on the horse.
MJG108
MemberSorry for the delayed reply, Nick.
I became frustrated and stopped working with the site for awhile. I deleted the site and will be starting from scratch. My plan is to use another Genesis Theme that will hopefully give me less problems with the header image.
I simply do not understand the cropping mechanism for header images.
Any Genesis Theme suggestions would be much appreciated? I have access to all the non-third party themes. I purchased the Pro Plus All-Theme Package awhile back, because I wanted to teach myself and become a Genesis Developer. But after this ordeal, I don't think that's going to happen.
Thanks for all the advice.
MJG108
MemberOkay, I added the code inside the fucntion.php and style.css files and it worked. Thank you, Nick and Brad!
But there are a couple issues.
1. The logo is in the center not the right.
2. There is a lot of white space above the logo.
I'd really like to fix number 2. I'm not going to worry to much about issue 1. I'm just happy the logo is finally up.
MJG108
MemberNick - I implemented the code you shared and continue to have the same header cropping issue as before.
MJG108
MemberThanks, Nick! I'm going to go try that right now.
MJG108
MemberIt worked! It took me a little bit to find the header-right widget area in style.css, but once I found it. I just added the following code to the tablet and mobile area in media queries.
.site-header .widget-area {
display: none;
}MJG108
MemberThanks for the info. I'll play around with it in Chrome Dev.
MJG108
MemberThanks for the info, Jeff! I'll have to give that a try.
MJG108
MemberCan you do the same thing for header right? I have a banner that moves under my logo when I go into tablet and mobile size.
MJG108
MemberI'm having the same exact issue. Banner moves under logo when screen switches to tablet and mobile size. It would be great if I could just make the header-right-widget disappear via media queries when the screen is in tablet and mobile mode. Hope someone can solve this issue for us.
-
AuthorPosts