TOPIC: MegaMenu height?

Re: MegaMenu height? 9 years 11 months ago #4680

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hi,

You can edit menu height in css file, i think you should purchase this Joomla! template to get more help instead of using commercial Joomla! templates as free.

Regards
The administrator has disabled public write access.

Re: MegaMenu height? 9 years 10 months ago #4697

  • airbag
  • airbag's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Same question here,

how to edit that mainmenu height, where is this element.style?

cheers!
The administrator has disabled public write access.

Re: MegaMenu height? 9 years 10 months ago #4717

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can edit layout.css(line 97) :
div.ot-megaMenu {
position: relative;
z-index: 9995;
padding: 0px;
background: url("../images/mg-bg.png") repeat-x scroll 0 0 #252525;
height: 70px;
border-bottom: 4px solid #FF803F;
}

dropdownMenu.css online 353

div#ot-megaMenu li.level1 a.level1 {
color: #FFFFFF;
font-size: 14px;
text-transform: capitalize;
padding: 19px 0px 11px;
border-bottom: 4px solid #9CBE3B;
line-height: 30px;
height: 39px;
}

dropdownMenu.css online 340
div#ot-megaMenu li.level1 a.level1 span {
line-height: 30px;
display: block;
border-left: 1px dotted #797872;
border-right: 1px dotted #2D2C26;
padding: 0px 15px;
height: 40px;
}
The administrator has disabled public write access.
Time to create page: 0.108 seconds