merothe
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: highlight parent page in menu when in child pagesok in the end I added
#menu ul li.current_page_item a {color:blue}so if i am in a child page that is highlighted rather than the parent. think that is fine for now
thanks
Forum: Fixing WordPress
In reply to: highlight parent page in menu when in child pagesSorry I am being slow – where would that go in the code
Forum: Fixing WordPress
In reply to: formatting page contentThat did it! – thanks
It then overlapped with the menus but i played around and this works for now
#content { position: absolute; width: 390px; margin: 0 210px 0 200px; }Forum: Fixing WordPress
In reply to: formatting page contentThat fixed that problem – Thanks! I can now change the style of the content.
Only problem now is that the content is below both the menus instead of between them…
I have tried
#content { float: left; clear: both;}with the menus as
#menu { background: #000 right: 2px; width: 200px; height: auto; float: left; text-indent:10px; margin: 0 10px 0 0; } #menuright { background: #000; width: 200px; float: right; margin: 0 0 0 20px; font-style:italic; }but no luck..any thoughts?
Viewing 4 replies - 1 through 4 (of 4 total)