0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

How to change "menu-hight" etc?

  • How to change "menu-hight" etc?

    Posted 16 years 6 months ago
    • I'm not that good in English, so I don't know all the words, but I'll hope u understand.

      I've been trying to install some few templates, but I wasn't happy enough until now.

      stab5.com/cr/

      How do I change the "header-hight" in the modules? Take "Main Menu" as an example, the dark background is way to high.. if u understand what I mean

      Same with the topmenu.. is it possible to make the 'background' "lower"?
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: How to change "menu-hight" etc?

    Posted 16 years 6 months ago
    • Module Height:

      template.css.css

      Around line 451 & 538

      padding: 0 0 0 15px;
      margin: -15px -15px 12px -15px;
      height: 41px; <<< adjust this
      font-size: 130%;
      line-height: 43px; <<< adjust this
      background: url(../images/module-h3.png) 0 0 repeat-x;

      Do you plan to use the login and Color Chooser?
    • Thanks,
      jim
  • Re: How to change "menu-hight" etc?

    Posted 16 years 6 months ago
    • Thank you.

      Yeah I was planning to use both... How about the top menu, rookmoomenu or what it's called.. can I change the height there too ?
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: How to change "menu-hight" etc?

    Posted 16 years 6 months ago
    • #horiz-menu {template_css.css (line 641)
      background:transparent url(../images/horiz-menu-bg.png) repeat-x scroll 0pt; <<< edit the height of this file to match the new menu height.
      height:38px; <<< Change this.
      margin:0pt 15px;


      To 'shorten' the top-bar:

      #mod-login {template_css.css (line 225)
      border-top:1px solid #2A2A2A;
      color:#CCCCCC;
      height:35px; <<< Change this
    • Thanks,
      jim

Time to create page: 0.075 seconds