• Resolved Gaining

    (@playbackadmin)


    I am using ruby theme and need help aligning both my nav bars to the right. I selecting a bunch of css classes which I thought would be able to do this but none of them worked. Please and thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like you got this sorted. If so, please mark your thread as “Resolved”.

    Thread Starter Gaining

    (@playbackadmin)

    it’s not sorted. I want it to be all the way on the right. My display is 1920x1080p so it might look different if you have a higher or lower one. For me it’s near the middle.

    • This reply was modified 7 years, 1 month ago by Gaining.
    • This reply was modified 7 years, 1 month ago by Gaining.
    • This reply was modified 7 years, 1 month ago by Gaining.

    Add this rule to your custom CSS:

    
    @media (min-width: 1200px)
    {
       #masthead .header-nav-wrapper .container {
          width: 100%;
       }
    }
    
    Thread Starter Gaining

    (@playbackadmin)

    @crouchingbruin Thanks you so much!

    I was able to do both with

    @media (min-width: 1200px){
       #masthead, .header-top-nav, .header-nav-wrapper,
    	.container {
          width: 100%;
       }
    }
    • This reply was modified 7 years, 1 month ago by Gaining.
    • This reply was modified 7 years, 1 month ago by Gaining.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I align my navigation bars to the right?’ is closed to new replies.