1. visma70
  2. Free Templates / Extensions
  3. Monday, 09 October 2017
  4.  Subscribe via email
Sorry for me bad english template 51 classic how can i move the whole menu to the left thank you
Mario
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

.hornavmenu {
float: left;
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaràn work perfectly
excuse another question is possible at the center of the template
Thanks in advance

I tried
.hornavmenu {
float: center;
}
------------------------------
no work
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could try something like the following...

#container_header .wrapper960 {
text-align: center;
}
.hornavmenu {
float: none;
display: inline-block;
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaràn for help work perfectly
Mario
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


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