0
Welcome Guest! Login
0 items Join Now

Moving Main Menu over

    • Cori's Avatar
    • Cori
    • Sr. Rocketeer
    • Posts: 135
    • Thanks: 0

    Moving Main Menu over

    Posted 14 years 4 months ago
    • Hey all. Can someone tell me hold to move the main menu over to the right? And how to move the login down and to the left? Here is my page http://innovativebim.com/
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Moving Main Menu over

    Posted 14 years 4 months ago
    • add this to your template.css and clear your cache:
      #rt-header2 div.rt-container div.rt-grid-3 {width: 300px;}
      #rt-header2 div.rt-container div.rt-grid-7  {width: 550px;}
      #rt-header2 div.rt-container div.rt-grid-2  {width: 50px;margin-left: 0;margin-right: 0;}
      div#rt-login-button {padding-top: 15px;height: 15px;}
    • Cori's Avatar
    • Cori
    • Sr. Rocketeer
    • Posts: 135
    • Thanks: 0

    Re: Moving Main Menu over

    Posted 14 years 4 months ago
    • Thanks Henning. One more thing. When I login the logoff and user name are stacked. How do I unstack them? I added a user to test it. user name-test pswd-test
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Moving Main Menu over

    Posted 14 years 4 months ago
    • try this instead ...

      #rt-header2 div.rt-container div.rt-grid-3 {width: 300px;}
      #rt-header2 div.rt-container div.rt-grid-7 {width: 500px;}
      #rt-header2 div.rt-container div.rt-grid-2 {width: 100px;margin-left: 0;margin-right: 0;}

      #rt-login-button a.buttontext span.desc {margin-right: -10px;margin-left: -10px;}
      div#rt-login-button {padding-top: 15px;height: 15px;}

Time to create page: 0.045 seconds