1. queback
  2. Commercial Templates
  3. Friday, 06 October 2023
  4.  Subscribe via email
Hi,

how can I align the menu to the left instead of the right?
I tried to add these custom css codes which has no effect nor editing the nexus.css file :

.hornav > ul > li > a {
text-align: left;
}

or .hornav > ul > li > a {
float: left;
}

then :
.hornav {
float: left;
}

nor : .hornavmenu {
float: left;
}

Thanks in advance
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav {
text-align: left;
}
.hornavmenu {
left: 370px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks a lot, it works perfectly.

Bye
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!