Mobile Menu Issue

Posted in: Newsmag
Post count: 5

Could someone help out?

My domain is teenlinktt.com
On the mobile menu, the padding for the menu’s icon is in the middle of my screen and I don’t know whats causing this. Please offer your solutions, thank you.

Post count: 6535

Hi

Try this css in theme panel > custom css: http://screencast.com/t/7CDdtLc0

@media (max-width: 768px){.td-main-menu-logo img {
position: absolute!important;
margin: auto!important;
}
.td-header-border:before{
height: 0!important;
}
}

Let me know how it goes.
Thanks!

Post count: 5

Hey, I never resolved the issue with that. Could I give you access to the backend for you to see the problem I’m having? It could be some conflicting css i can’t seem to pinpoint.

Post count: 6535

Hi

Also try this css, the mobile menu should be displayed fine as can be seen here: http://screencast.com/t/jp1tum8q

@media (max-width: 767px) {
.td-header-border:before {
display: none!important;
}
}

Try to clear all caches, deactivate all plugins except Visual Composer and test again.
If this is not what you mean or you still have this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.