Mobile menu shown text vertically

Hi,
I noticed that your menu css causing this issue beacuse the css being render for mobile view and desktop view. You can fix that yourself or just paste this code.

@media screen and (man-width: 500px) {
main-small-navigation a {
    padding : 10px;
}
}

Tell me if that didn’t work

Moderator
t-p

(@t-p)

Mobile compatibility is theme-dependent.

Looking at your site, you use spacious theme.

I recommend asking at https://wordpress.org/support/theme/spacious/ so the theme’s developers and support community can help you with this.

Hi @danielbora123 it didn’t seem to work.

@danielbora123 thanks You i had same issues with https://sahubs.com/, is now working well

@danielbora123 okay. now i got it. it worked! thanks!



Source link