Remove header from mobile.

Posted in: Newspaper
Post count: 57

Hi, I am using ubermenu for my main navigation it works perfectly on the website but on mobile, it was showing to navigation bar 1 ubermenu and the default theme nav bar, I managed to disable the default navigation bar but now There is like a second header on mobile with my website logo which I want to delete.

here’s the header I want to delete marked in red https://ibb.co/iS5jmQ

Post count: 20688

Hi,

Maybe you can configure the plugin you are using to stop displaying on mobile, through a setting. If you could provide a link to your website, I will inspect it and try to give you a solution for this situation, if possible.

Thanks

Post count: 57

http://highlightsfootball.com I disabled the menu from the ubermenu plugin but that header does not go away.

Post count: 57

Also the navigation bar I am using is it possible to create similar to that with newspaper default menu?

Post count: 20688

Hi,

You can try this code to hide the menu on mobile – https://www.screencast.com/t/bvyBdzLL5JnC
The code must be entered in Theme panel->Custom Css

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full {
display: none;
}}

Please provide more details about what other changes you would like to make to this menu, so I may give you a a more accurate answer. Right now I see that you are using Header style 8, and a stretch property on the header menu.

Thanks

Post count: 57

That worked perfectly, I have another issue on my mobile the content seem to be at left side and there is small gap at the right side https://www.screencast.com/t/U1yOVfsexr2

About the header I was asking was That I am using uber menu to create that navigation bar will newspaper default theme menu able to provide like ubermenu ?

Post count: 20688

Hi,

Please check any custom code you might have added in theme panel or directly to the theme files, regarding the page container or structure. Also check if you might have entered margins or padding for the rows that you are using in the page – https://www.screencast.com/t/nBkH2TJl9Z6 and modify or remove them.
If you are using a child theme, please try and switch to the main theme and check if this fixes this issue.
At last this could also be caused by problematic plugins, you could try as a test to disable them all except Visual composer and clear any caching installed. These steps should fix this problem, or at least help identify why this is happening.
I do not know exactly how that menu plugin works, or what options it has. You can use it for the menu, or use the default theme options and settings. You can create different styles of mega menus for example
https://forum.tagdiv.com/mega-menu/

Thanks

Post count: 57

Hey how do I remove the header from the mobile theme?

Post count: 57

Ignore this I have created a new thread regarding a mobile theme thank you.

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