A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I have created my css files etc. (used Artisteer 3.0) and checked everything on a local version of the site. BUT when I upload it to the public site the last item on the (top) menu gets wrapped to the next line! Doesn't happen locally, I have used the same basic Artisteer site that you ship then add the new html etc files. To see what I mean please take a look at www.yachtlogsoftware.com, and thanks.
Anyone got any thoughts or suggestions how to correct this?
Add this to your styleoverrides.css file:
.art-hmenu a .t { margin: 0 7px; }
That should fix you up.
HTH, Joe D.
Hi Joe D,
Perfect did exactly as I needed.
Thanks Phill