Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #363890

    Hi was wondering if there is a way to make the site look identical on mobile devices?

    Thanks !

    #364207

    Hey TheodoraPhotography!

    You can turn off the responsive settings in Dashboard > Enfold > General Layout > Dimensions.

    Cheers!
    Elliott

    #369466
    This reply has been marked as private.
    #369513

    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

    #374152

    Thanks Yigit! The menu is up but the video still won’t play on the mobile device??? any ideas?

    #374157

    Hey!

    Can you please turn on responsive layout firstly?

    Cheers!
    Yigit

    #374170

    Hey! Looking under the enfold tab now . not seeing that option?? where would i find it? thank you!

    #374177

    Hi!

    Please go to Enfold theme options > General Layout > Dimensions

    Best regards,
    Yigit

    #374179

    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.

    #374184

    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

    #374188

    Perfect it worked! Thanks Yigit! Except the Video still won’t play ;/

    #374234
    This reply has been marked as private.
    #374481

    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

    #374842
    This reply has been marked as private.
    #376788

    Hey!

    Can you please try adding following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    .avia-caption.av-slideshow-caption, .av-click-overlay {
    display: none;
    }}

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.