Hi,

Just installed TB mega menu, and now, the menu has lowered itself and is placed over the slideshow area. Please see attached screenshot for more info. Can anyone suggest a fix? I'm fine with going into the CSS but I have no idea which CSS file to alter.

Thanks in advance.
Indys

CommentFileSizeAuthor
mega_menu_overlap_slideshow.jpg48.27 KBindys
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

indys’s picture

Also, the slideshow images are now off-center...

iosujamed’s picture

hi sorry for my english, i fix this problem ....
my problem only happened in chrome..
add this a sites/all/themes/tb_sirate/css/page.css:

@media screen and (-webkit-min-device-pixel-ratio:0){
	#header-wrapper {
	padding-bottom: 25px;
	}
}

and only when detecting google chrome this attribute is applied...

for default this attribute comes emptily

indys’s picture

@iosujamed, thank you SO much for fixing this!! All I did was add in the padding-bottom: 25px; line, and it's fixed!!
Again, thank you for helping out- so appreciated!!

indys’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

bpopp’s picture

@iosujamed - Thank you for the fix! I had to change the padding-bottom to 50px to get it to work on my site, but worked like a charm!