Currently, the horizontal menu categories are left aligned, as you can see on the demo store:
http://demo.opencart.com/
How can I make it do be right aligned, so insted of the "Desktops" to touch the left margin, the "MP3 Players" to touch the right margin?
Thanks.
Open stylesheet.css and find #menu ul, add float:right
Code: Select all
#menu ul {
...
float: right;
}
Yeap, that wokredqahar wrote:Open stylesheet.css and find #menu ul, add float:rightCode: Select all
#menu ul { ... float: right; }

Using OpenCart v1.5.1.3
Who is online
Users browsing this forum: No registered users and 19 guests