0
Welcome Guest! Login
0 items Join Now

Rokwebify - How to move top menu (User3) to the right

    • mycatch's Avatar
    • mycatch
    • Newbie
    • Posts: 4
    • Thanks: 0

    Rokwebify - How to move top menu (User3) to the right

    Posted 15 years 11 months ago
    • By default the top menu in Rokwebify alligns left. I would like to have it allign right - thank you for providing some guidance.
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Rokwebify - How to move top menu (User3) to the right

    Posted 15 years 11 months ago
    • In template_css.css:

      div#horiz-menu li {
      margin: 0;
      padding: 0;
      padding-right: 2px;
      float: right;
      list-style: none;
      background: url(../images/menu-divider.png) 100% 0 repeat-y;
      }
    • Yves
    • mycatch's Avatar
    • mycatch
    • Newbie
    • Posts: 4
    • Thanks: 0

    Re: Rokwebify - How to move top menu (User3) to the right

    Posted 15 years 11 months ago
    • Merci beaucoup Yves (Thank you very much Yves)

      How do I make the menu item separator .png show left instead of right now?
  • Re: Rokwebify - How to move top menu (User3) to the right

    Posted 15 years 11 months ago
    • In the code that Yves posted, change 100% to 0
    • James Spencer / Developer & Support / Hull, UK
    • mycatch's Avatar
    • mycatch
    • Newbie
    • Posts: 4
    • Thanks: 0

    Re: Rokwebify - How to move top menu (User3) to the right

    Posted 15 years 11 months ago
    • Thank you very much for the help guys!

      T.

Time to create page: 0.050 seconds