I’m at my wit’s end here. I’m using uber menu and I can’t get the mobile view button to display properly. I’ve tried everything and it keeps displaying slightly to the left of center of the header. I need it to display to the right of the header.
Hi Gimel,
Thanks for reaching out.
I have checked the website listed in your Themeco Account and found that the Ubermenu is set visibility hidden in the smaller screen and that is why it is taking the space.
I would suggest you replace the code with display none for smaller screens only. If you didn’t find that code, please add the following code into the Theme Options > CSS.
@media(max-width: 971px)
{
.ubermenu-responsive.ubermenu-responsive-collapse
{
display:none;
}
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.