Jesse Young
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I center the menu in Twentyten?Thanks, Abhishek Ghosh. That’s interesting. When I used that tool, none of the view display properly except for the 1024. But when I look on my own iPad it works just fine.
-J
Forum: Fixing WordPress
In reply to: How do I center the menu in Twentyten?I fiddled around and used this possibly not so elegant solution:
Added an 85px left margin on this style:
#access .menu-header ul,
div.menu ulThen in an @media override, I changed the margin to 29px. The menu is now centered on my PC (all browsers), ss well as on the iPad and my Windows phone. Quite possible that it’s messed up on other devices, but I’m happy for the moment.
Forum: Fixing WordPress
In reply to: How do I center the menu in Twentyten?Thanks for the tips, everyone. I’ll fiddle around with the various approaches and see what I come up with.
-Jesse
Forum: Fixing WordPress
In reply to: How do I center the menu in Twentyten?Thanks. That worked, kind of. But I question whether that is the most reliable method. Isn’t setting my width just a guessing game, since it’s going to vary depending on the size of the text in the particular operating system?
On my large monitor PC it looks fine. But when I look on my iPad the text has wrapped to the next line.
-Jesse