Padding style of UI theme on my page seems different to theme example
Hi,
I have downloaded a UI Theme, when using this on a web page the whole thing 'calendar, button, menus' all seem to have larger text and quite a bit of padding than on the jQuery UI Theme page.
I found a post where there someone seemed to have a similar problem so I tried using their fix:
- $("#menu").css("padding","0");
This didn't work and only seemed to add to the problem in other ways so my issue was obviously not the issue the other user had.
I have attached a couple of images of how a menu looks for me, how it looks on the jQuery themes page and the html from my test page.
Any advice on how I might fix this issue?
Thanks in advance.