0
Welcome Guest! Login
0 items Join Now

Main menu + module in header aligned to right and evenly spaced.

    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Main menu + module in header aligned to right and evenly spaced.

    Posted 11 years 1 week ago
    • www.texas-web-designs.com/duc
      Joomla 3.2.3
      Gantry 4.1.24
      Gantry template 4.1.24
      RokNavMenu 2.0.7

      The mocked up image below demonstrates what I'd like to do. Move the main menu located in a grid-10 header-b position so it is aligned to the right. I also need to have the module with social media buttons in the grid-2 header-c position be in a narrower column, about 75px, and be lined up with the right side of the boathouse image in the background. The space between the main menu and social media module need to be spaced like the spacing in the main menu. The client may add additional main level menu items.

      This image is hidden for guests.
      Please log in or register to see it.


      Thanks for your help guys.
      Ed
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Main menu + module in header aligned to right and evenly spaced.

    Posted 11 years 1 week ago
    • try to add this to yout cistom css file
      #rt-header div.rt-container .rt-omega {
      	width: 70px;
       position: absolute;
      	right: 0;
      }
      
      #rt-header .rt-alpha {
      	width: 100%;
      }
      
      #rt-header div.rt-container div.rt-grid-10.rt-alpha div.rt-block.menu-block  {
      	float: right;
      	padding-right: 70px;
      }
    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Re: Main menu + module in header aligned to right and evenly spaced.

    Posted 11 years 4 days ago
    • Thank you Henning!
    • Last Edit: 11 years 4 days ago by eRimkus.

Time to create page: 0.078 seconds