hi, I am korean so I can’t speak english very well.
I have four question.
1. I installed uber menu plugin. so I want to delete mobile menu. because I use uber mobile menu.
2. I want to lessen sidebar area(blank?) because white space is too big in the sidebar area. and I want to expand main contents area.
3. I have problem with explore compatibillity. Tabs elements & lpartner/logo elements doesn’t work correctly in the internet explore. so I put compatibillity code(<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />) in the header.php. but It doesn’t work.
4. I put images in the tabs element. but These images are small in the mobile. so I want to enlage images in the mobile
my site link : http://www.lawbis.com/
Hi!
1. add this code to the Quick CSS:
#mobileMenu_megaUber{
display: none !important;
}
2. What sidebar are you referring to? i was unable to find one on your page.
3. Which version of IE? remember that Enfold supports IE8 and beyond.
4. Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.tab_content {
padding: 0 !important;
}
}
Cheers!
Josue