Community Forums › Forums › Archived Forums › General Discussion › Outreach Menu Broken
- This topic has 13 replies, 5 voices, and was last updated 10 years, 11 months ago by Kent.
-
AuthorPosts
-
February 25, 2013 at 6:41 am #22674KentParticipant
Hi all,
After working fine for 3 weeks, my top right header menu in Outreach theme is broken.
Site is here: http://fdsa.org/dev_site/
ONLY in Chrome though. Looks ok in Firefox and Safari. I tired nuking my browser cache. I haven't tweaked the header at all, so I don't know what's up. Viewing the styles hasn't helped me at all either.
Thoughts?
-Kent
Dad. Biker. Designer. | kentfackenthall.com
February 25, 2013 at 9:17 am #22695AnitaCKeymasterWhat version of Chrome are you using? It's looks just fine for me. I have Chrome version 24.0.1312.57 m.
Need help with customization or troubleshooting? Reach out to me.
February 25, 2013 at 9:23 am #22698KentParticipantAnita,
Thanks for checking. My Chrome is V.25.0.1364.99 (for the Mac) which says it's up to date. It's happening on my home computer as well.
Here's a screenshot.
I wonder if it's a font issue. I will delete the Lato font from my system and see if that fixes it.
-Kent
Dad. Biker. Designer. | kentfackenthall.com
February 25, 2013 at 9:43 am #22706KentParticipantNope. Getting rid of the font didn't solve the issue. Also looks the same (messed up) on a co-workers machine running Chrome here as well. Very bizarre.
Dad. Biker. Designer. | kentfackenthall.com
February 26, 2013 at 7:57 pm #23035WEBOSISMemberFWIW, it's off in the demo, too: http://demo.studiopress.com/outreach/
February 28, 2013 at 10:44 am #23303Jen BaumannParticipantThis is a bug in the latest version of Chrome: http://code.google.com/p/chromium/issues/detail?id=166230.
While it appears to be fixed in an upcoming release, if you would like to fix it now, the fix is to remove the top margin from your ul.menu.
February 28, 2013 at 1:07 pm #23327KentParticipantJennifer,
Thanks for that. With my limited CSS skills though, I can find the ul.menu section, but I'm not seeing where the top margin is set? Can you give me a hint?
-Kent
Dad. Biker. Designer. | kentfackenthall.com
February 28, 2013 at 6:45 pm #23408kathiemtParticipantThis reply has been marked as private.February 28, 2013 at 6:54 pm #23413kathiemtParticipantThis reply has been marked as private.March 1, 2013 at 7:07 am #23484KentParticipantThis reply has been marked as private.March 1, 2013 at 7:16 am #23486KentParticipantKathie,
I sent you this in a private reply, but upon reading I guess only I and administrators or moderators can see that? I'm not really sure how private replies work so I wasn't sure you would see it. Reposting here.
Thanks for the kind words. As a bit of a hack myself I’m flattered to be asked for advice once, as opposed to me usually soliciting it!
The calendar plugin is the All-InOne-Event Calendar by Time.ly. You can find it by searching the WordPress plugins in the Admin. It’s AWESOME. I’ve used it on 5 or 6 sites now. A massive number of options and features. Only thing I haven’t played with is customizing the look/themes, but I know you can via CSS.
The Facebook area is just an HTML text widget – feel free to just grab the code and use another Facebook Icon if you want.
The menu in the black bar is a Custom Menu widget placed in the ‘Header Right’ sidebar on the widgets page.
Good luck! If you have other questions - feel free to post up again!
-Kent
Dad. Biker. Designer. | kentfackenthall.com
March 2, 2013 at 4:58 am #23700Jen BaumannParticipantYou can remove the margin here by changing it to 0.
#header .menu { background: none repeat scroll 0 0 transparent; display: inline-block; float: left; margin: 32px 0 0; width: auto; }
Then, add it here:
#header .widget-area { float: right; margin: 32px 0 0; width: 620px; }
March 16, 2013 at 10:07 pm #28442kathiemtParticipantThis reply has been marked as private.January 31, 2014 at 8:40 am #87943KentParticipant -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.