0
Welcome Guest! Login
0 items Join Now

SOLVED Quasar - Menu items centered

  • SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • Hello all,

      I have removed the logo from the left-hand side of the main menu, yet all the menu items are still justified right to left. How can I get it so they are centered to the page?

      Any help would be appreciated.

      Thanks
    • Last Edit: 14 years 10 months ago by Mark Fisher.
  • Re: SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • Hi there,

      Can we get a url to your site to take a look please?
  • Re: SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • Sure link is below, thanks!
    • Last Edit: 14 years 10 months ago by Mark Fisher.
  • Re: SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • Open the template.css and find:
      #rt-header ul {
      float:right;
      margin:0;      <<< change to this:     margin-right:60px;
      padding:0;
      position:relative;
      z-index:1000;
      }
      template.css (line 34)
  • Re: SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • Thanks Mike just what I was looking for, I think the gantry css confused me a little there. I decided to take out the float:right; so its all left justified. I presume there wouldn't be a problem with future styling to the site by doing that?

      Thanks for your help!
  • Re: SOLVED Quasar - Menu items centered

    Posted 14 years 10 months ago
    • You should be fine Mark.

Time to create page: 0.063 seconds