How to change the alignment of the Top Menu

  • dmayer43
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #7520 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.

More
12 years 11 months ago #7547 by ivan.milic
Hi,

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
  • New Member
More
12 years 11 months ago #7554 by dmayer43
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... ?

Please Log in to join the conversation.

More
12 years 11 months ago #7561 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.304 seconds
Powered by Kunena Forum