Posts: 10
Threads: 4
Joined: 12th Apr 13
13th Apr, 03:20 pm
(This post was last modified: 13th Apr, 03:23 pm by Mr.U.)
Please Look at the images
I want to Fix in Firefox
In firefox we see spaces between the tabs,
How to Fix that
FireFox:
Chrome
Posts: 10
Threads: 4
Joined: 12th Apr 13
i am still waiting for this fix
Posts: 743
Threads: 45
Joined: 5th Apr 12
It looks like the sidebar has been deleted/edited.. not sure what I can do to help you?
Posts: 10
Threads: 4
Joined: 12th Apr 13
(29th Apr, 02:41 am)wils172 Wrote: It looks like the sidebar has been deleted/edited.. not sure what I can do to help you?
It only displays differently in firefox other wise in chrome and safari it is good
Posts: 743
Threads: 45
Joined: 5th Apr 12
Try this for me and let me know if it works
look for the following in the global.css
#sidenav ul li {
margin-top: -1px;
margin-left: -5px;
}
remove the margin-top: -1px; line and see if that fixes it
Posts: 10
Threads: 4
Joined: 12th Apr 13
2nd May, 07:45 am
(This post was last modified: 2nd May, 07:46 am by Mr.U.)
(29th Apr, 08:30 pm)wils172 Wrote: Try this for me and let me know if it works
look for the following in the global.css
#sidenav ul li {
margin-top: -1px;
margin-left: -5px;
}
remove the margin-top: -1px; line and see if that fixes it
done no difference also found that the dropdowns dont work in chrome while they are fine in firefox
I have gave you the admin access
Posts: 743
Threads: 45
Joined: 5th Apr 12
The dropdowns work in chrome I'm sure b/c I've tested it and created it in chrome.
And doing what I suggested fixed the problem for me so I'm not sure why it wouldn't for you. Perhaps you didn't do it correctly.