New Front EN › Support Forums › Sensei Theme Support › Mobile issues.
Tagged: mobile, responsive
- This topic has 3 replies, 2 voices, and was last updated 10 years ago by
satori.
-
AuthorPosts
-
November 26, 2013 at 3:06 pm #1972
gudwrkagency
ParticipantHello Satoristudios.
Im writing you to ask about some issues I am having with my page.. When looking at it on an iphone the menu navigation is not appearing. Is this something on my end or on yours ?
I provide you with a link to my page..
best regards.
November 27, 2013 at 10:52 am #1975satori
KeymasterHey Gudwrkagency,
first of all, thank you for the purchase!
I’ve looked into the code of your website and it seems that the Bootstrap framework that is installed on it is interfering with the theme, since it also has a “.dropdown-menu” class which it styles very distinctively. I wouldn’t recommend using Bootstrap or any other framework together with WordPress themes, but in case it is an absolute necessity, you can effectively cancel the Bootstrap’s CSS specifically for the theme’s mobile menu drop-downs with some additional CSS (add it at the bottom of the “style.css” file which should open by default when going to “Appearance -> Editor”):
.mobilemenu .dropdown-menu {
position: static !important;
display: block !important;
padding: 0 !important;
}
Please let me know if it works!
Sincerely,
Andrii / Satori StudioNovember 27, 2013 at 11:01 am #1977gudwrkagency
ParticipantHey there !
Tried your code. Works perfectly :)
Thank you for your advice and help
Best regards.
November 27, 2013 at 2:24 pm #1980satori
KeymasterGlad to hear! Should you have other questions, do not hesitate to contact me.
Best,
Andrii / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.