Menu isn't aligned left! - Joomla! Forum - community, help and support
hi,
i can't seem make menu align left. i've checked code , can't work out why text in menu appears indented. it's been built using jtk tools in dreamweaver blank template , i've not set indent.
has got ideas? site can found here: http://www.flighttrainingnews.co.uk/home
i can't seem make menu align left. i've checked code , can't work out why text in menu appears indented. it's been built using jtk tools in dreamweaver blank template , i've not set indent.
has got ideas? site can found here: http://www.flighttrainingnews.co.uk/home
hi there!
i change following in navigation.css (line 26):
ul.menu {
background-color:#3399ff;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:11px;
}
the addition padding-left
i change following in navigation.css (line 26):
ul.menu {
background-color:#3399ff;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:11px;
}
the addition padding-left
Comments
Post a Comment