Problems from mobile

Hi there and thank you very much for your help.
I accessed by website (travelmisadventures.com) and noticed some errors. In the menu I cannot see all the categories in it because I cannot scroll down. Moreover, the slide at the top is very tiny, can I make it bigger?

thanks a lot!
Veronica

Hello there,

I hope you are doing well today.

The menu works fine and the slider seems to be the same size as the demo. Can you provide an image of what you are seeing?

Best Regards,
Support

On mobile I can scroll down and access all the categories in your site menu.

You can make the slider larger on mobile by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

@media (max-width: 768px){
#page .flexslider,
#page .flexslider .slides img {
    min-height: 150px;
}
}

I checked from different devices and I cannot scroll down and see the whole menu, it’s like the menu is fixed and the homepage of the blog is the only thing moving.

Hello there,

Please try disabling any third party plugins that were not bundled with the theme as one of them may be causing a conflict with the menu on mobile.

Best Regards,
Support

Hi, I tried but I cannot figure out what’s the problem

hey there
Please add this CSS in appearance - customize - additional CSS
.dropdown-menu> li> a {
padding: 4px 15px;
}
@media (max-width: 768px){
.navbar-default .navbar-nav> li> a {
padding-top: 5px;
padding-bottom: 5px;
}
}

Thanks!
Colorlib Support Team

It’s working now, thanks a lot!!

Hi, there

Nice to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!