0
Welcome Guest! Login
0 items Join Now

SOLVED Moxy issue - changing the menu width

    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • took me 13.000 posts to find a member that just don't want to get help :D
  • Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
  • Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • Hi, thank you for your answers and the sarcasm... It is really funny that you have time for sarcasm but not for a quick and solid reply. But I think you did not understand what I meant. I do not want the menu to be shorter. I want the menu items to expend to the borders that I sent you in the screenshot. Do we understand each other now?

      Thanks
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • ah yes ... wait a moment please ...
  • Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • thank you for your quick reply, looking forward for your help :)
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • add this to your template.css and clear your cache

      div#horiz-menu div.wrapper div.padding {
      padding-left: 0;
      padding-right: 0;
      }

      div#horiz-menu div#horizmenu-surround {
      float: left;
      }

      this will move them to the left ...
  • Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • still no changes...i am currently working on my localhost...

      it does not make any difference where in the template.css the code in pasted, isn't in?

      I uderstand the floating to left...but this means that in will start in the left corner and not come to the right corner.. I want the spacing between the menu items (domov, informacije,..) so wide that the hole 5 items of the menu will be from one corner to the other of the under boxes...
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • to make the the menu to span across the the main body we have to options (I think) ...

      1. equalize the width of each item by adding this
      div#horiz-menu ul.menutop a span { min-width: 162px;}
      Not sure if you will like that

      2. add some space betweeen the items by adding this:
      div#horiz-menu ul.menutop li { margin-right: 78px}
      div#horizmenu-surround {margin-right: -85px}
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago
    • see my screenshot (with the 2nd option)
      I guess that is what you want?
  • Re: SOLVED Moxy issue - changing the menu width

    Posted 13 years 2 months ago

Time to create page: 0.073 seconds