Universal Responsive Design Template Support Product Page

Template Help

Asked 25 Sep 2012 17:35:58
1
has this question
25 Sep 2012 17:35:58 Judy Wert posted:
www.alvadar.com/indexTest.html

If you look under Sports Preparedness, my dropdown is white. I don't know where to change the css to make it black or grey.

I also need to add more space for menu titles.

I am also having issues with the slideshow. Some of the heads are cut off and in some, the horse is cut off.

Replies

Replied 26 Sep 2012 06:59:54
26 Sep 2012 06:59:54 Vulcho Vulev replied:
Hello Judy.

Please take a look at the following article:
Styling the Universal CSS Navigation Menu

Regards:Vulcho.
Replied 28 Sep 2012 18:37:40
28 Sep 2012 18:37:40 Judy Wert replied:
Thanks, I changed the colors using information from the link you sent. I still am unable to change the width on the sub-menu. This is the code I used. I changed the width to 250. It doesn't change on my menu.

.dmxNavigationMenu ul.mega,
.dmxNavigationMenu ul.sub {
position: absolute;
top: 0;
margin-top:-5px !important;
left: 97%;
display: none;
background-color: #000;
border: 1px solid #7ED090;
width: 250px;
z-index: 99;
Replied 02 Oct 2012 07:24:53
02 Oct 2012 07:24:53 Vulcho Vulev replied:
Hello Judy.

If the width does not change.Try to add !important statement:

.dmxNavigationMenu ul.mega,
.dmxNavigationMenu ul.sub {
position: absolute;
top: 0;
margin-top:-5px !important;
left: 97%;
display: none;
background-color: #000;
border: 1px solid #7ED090;
width: 250px !important;
z-index: 99;

Reply to this topic