First of all i want to thank the support you guys offer. that led me to purchase 3 themes already and more to come! Now to business
please see this post
http://mysitemyway.com/support/topic/style-menu#post-30492
i loved this post so i decided to implement it since i was already wanting to move my regular menu under the logo anyway.
the problems i am facing are :
1- i cant seem to make my header height more than 110 px. my target height for my header is actually 170px. [ SEE THE FIRST PICTURE (menu issue) & THEN SEE PICTURE ( menu issue 1)]
The increase in the header height is actually taking place in the slider and it cause my slider to distort as well .
the formula im using to increase the height in the general settings custom css is pretty basic :
#header { height: 170px !important; }
2- even though i hover the menu items the color of the menu is not darkening or changing to indicate that the menu is being hovered. not sure why the effect is not taking place. below are the codes used per the post thread
.jqueryslidemenu ul {
float: none;}
#primary_menu {
background: url(http://amjcm.com/wp-content/uploads/2012/01/Untitled-3.png) repeat-x top left;
left: 0;
right: auto;
top: 70px;
width: 100%;}
#menu-menu > li:hover {
background: url(http://amjcm.com/wp-content/uploads/2012/01/RED-BACKGROUND-GRADIENT-5.png) repeat-x top left;}
ALL MY PLUGINS ARE DEACTIVATED. Below are also all the css codes i have so far
#slider_module { background: none !important; }
logo {top: 0;}
#header .logo {margin-top:-30px !important;}
#header { height: 170px !important; }
#slider_module { background: url(http://amjcm.com/wp-content/uploads/2012/01/RED-BACKGROUND-GRADIENT-5.png)! important; }
.jqueryslidemenu ul {
float: none;}
#primary_menu {
background: url(http://amjcm.com/wp-content/uploads/2012/01/Untitled-3.png) repeat-x top left;
left: 0;
right: auto;
top: 70px;
width: 100%;}
#menu-menu > li:hover {
background: url(http://amjcm.com/wp-content/uploads/2012/01/RED-BACKGROUND-GRADIENT-5.png) repeat-x top left;}
i have one more question , i saw months back somebody asking as how to separate menu with | . For example HOME | ABOUT | CONTACT US
i looked for this post numerous times and i cant find it













