johnmay42
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Horizontal drop-down menuHere is the abbreviated version of old code:
#access ul ul {width: 180px;}and the new code:
#access ul ul {min-width: 880px;} #access ul ul .sub1{left: 80px;} #access ul ul .sub2{left: -320px;}Feel fee to ask questions
Forum: Themes and Templates
In reply to: How to make Twenty Ten drop down menu horizontal?Here is the abbreviated version of old code:
#access ul ul {width: 180px;}and the new code:
#access ul ul {min-width: 880px;} #access ul ul .sub1{left: 80px;} #access ul ul .sub2{left: -320px;}Feel fee to ask questions
Forum: Everything else WordPress
In reply to: How do I contact a support forum moderator?Hi, I’d like to communicate with a forum moderator regarding my post here
I’d like to edit to show the working code, or delete and re-post using the now-known forum guide lines of posting code.
Thanks!
Forum: Fixing WordPress
In reply to: Horizontal drop-down menuForum: Themes and Templates
In reply to: How to make Twenty Ten drop down menu horizontal?I found an answer!
Here is the ‘original’ css:[CSS code moderated – please use the pastebin for any code longer then 10 lines – see forum rules for posting code]
and making sure that CSS Classes is checked in Screen Options in Appearence > Menu here is my solution:
[dito]
sub1 has fewer items than sub2 so the left offset doesn’t need to be as great.
Feel free to ask any questions!
Thanks