- Posts: 5
- Thank you received: 0
How to change the alignment of the Top Menu
-
dmayer43
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 11 months ago #7520
by dmayer43
How to change the alignment of the Top Menu was created by dmayer43
I wanted to set the menu to align right... I went into the module "Top Menu" and set align right under advanced parameters but that did not seem to work. I could not find it in the css anywhere either... Any help would be greatly appreciated..
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7547
by ivan.milic
Replied by ivan.milic on topic Re: How to change the alignment of the Top Menu
Hi,
css for menu is in template_css.css
Root UL is identified by id: #nav
css for menu is in template_css.css
Root UL is identified by id: #nav
Please Log in to join the conversation.
-
dmayer43
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 11 months ago #7554
by dmayer43
Replied by dmayer43 on topic Re: How to change the alignment of the Top Menu
Ok well here is the link to my site that I am working on...
www.studio134.net/traditional
As you can see the Top Menu need to float right so where in the template.css.css do I need to change this at... ?
As you can see the Top Menu need to float right so where in the template.css.css do I need to change this at... ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7561
by ivan.milic
Replied by ivan.milic on topic Re: How to change the alignment of the Top Menu
You can chage directly at template_css.php
.user3 {
text-align:left;
width:<?php echo $menuWidth; ?>px;
height:32px;
float: left;
}
to
.user3 {
text-align:left;
width:<?php echo $menuWidth; ?>px;
height:32px;
float: right;
}
.user3 {
text-align:left;
width:<?php echo $menuWidth; ?>px;
height:32px;
float: left;
}
to
.user3 {
text-align:left;
width:<?php echo $menuWidth; ?>px;
height:32px;
float: right;
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds