My Sub menu titles are cut off, because the sub menu title block is not wide enough.
I need an idiots guide on how to widen these menu blocks
check http://www.barefoot-adventures.co.za
if i am not explaining it well enough
My Sub menu titles are cut off, because the sub menu title block is not wide enough.
I need an idiots guide on how to widen these menu blocks
check http://www.barefoot-adventures.co.za
if i am not explaining it well enough
specify a width via css for
.art-hmenu ul li ul li a {}
btw your CSS is not good :(
In your stylesheet look for the block that begins
/* begin MenuSubItem */
.art-hmenu ul a
{
Then below that increase the value for width
eg:
width: 320px;
Hey Cubecolour, Thank you very much, it is fixed.
You must log in to post.