Universal CSS Navigation Menu Support Product Page

Answered

menu not contained in one line

Asked 18 Apr 2012 12:31:10
1
has this question
18 Apr 2012 12:31:10 Pieter van Zuuren posted:
I am having a problem with the elegant blue style option. It is generating two rows of buttons, where if I am using the default style option it just puts everything in one line. Can't seem to figure out what to change to put it all in one line.Check here to see what I mean: new.gogarthhallfarm.co.uk
Thanks

Replies

Replied 18 Apr 2012 12:38:24
18 Apr 2012 12:38:24 Teodor Kuduschiev replied:
Hi Peter,

Please change the

width


in


.dmxNavigationMenu li a {
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 145px;
}
dmxNavigationmenu.css (line 145)


Replied 18 Apr 2012 12:50:06
18 Apr 2012 12:50:06 Pieter van Zuuren replied:
Thanks,
I did change that before, but it seems like I didn't make it small enough.

Reply to this topic