Tagged: mobile site
Hi was wondering if there is a way to make the site look identical on mobile devices?
Thanks !
Hey TheodoraPhotography!
You can turn off the responsive settings in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
Elliott
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
display: block;
}}
Cheers!
Yigit
Thanks Yigit! The menu is up but the video still won’t play on the mobile device??? any ideas?
Hey! Looking under the enfold tab now . not seeing that option?? where would i find it? thank you!
Hi!
Please go to Enfold theme options > General Layout > Dimensions
Best regards,
Yigit
ok Thanks! i changed that but then the mobile site goes back to looking the way I wanted to change.. and the video is not working as well.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.mejs-mediaelement {
z-index: 999;
}}
Cheers!
Yigit
Perfect it worked! Thanks Yigit! Except the Video still won’t play ;/
Hi!
which video are you referring to? the youtube video on your homepage is working fine for me. Could you fix it? Please show us screenshots using imgur.com to show us the issue, if it’s still there.
Regards,
Andy