Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #802107

    Hi guys,

    I know this is unlikely to do but it’s worth asking…
    My client likes how the fullwidth easy slider fills a mobile screen versus the layerslider WP but the image doesn’t look very good when in mobile version as the logo within the image doesn’t sit right. Is there anyway I can swap the image to something else when the pixel width gets down to a mobile size?

    I’m guessing this is going into the realm of complicated but I wanted to see if you have any advice or ideas on how I can get around it?
    See the website: http://serviceintegrators.co.uk/
    Desktop it looks fine, and tablet. but when in mobile, the logo gets cut off and hidden behind the wording. I can’t move the logo up any more otherwise it will look silly on the desktop version. I would use layerslider WP for more control but we don’t like how it shrinks to scale on mobile and everything looks small.

    Thanks!

    • This topic was modified 7 years, 4 months ago by Krissieg.
    #802127

    Hey Krissie,

    You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide your slider on mobile and display another one. That would be easiest way :)

    Best regards,
    Yigit

    #802492

    Cool. So would I copy the slider on the same page? Add the code and then the correct one will display depending on the device being used?
    Also, is there any way of adjusting the text block on the sliders, so I can move them up a bit? http://prntscr.com/felbxs

    Thanks

    #802515

    Ok i’ve done it but I’m not sure how big to make the mobile background image? What do you recommend?

    #802530

    One more thing.. how do I make the font in the text block bigger? I’ve changed the size manually but it still stays small when viewed on mobile.

    #802538

    When I look at the website within a tablet the menu is cramped. http://prntscr.com/feml4l
    Please can you let me know if I can change these settings to 1024?
    http://prntscr.com/femkut

    Thanks

    #802546

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a { padding: 0 7px; }
    }
    I used this code, but it doesn’t seem to get the menu to change when a tablet screen is 1024 width. Please can you have a look?

    Thanks

    #803672

    Hi,
    Has this been solved? I don’t see the mobile menu issue.

    Best regards,
    Mike

    #807404

    Hi Mike, no not yet.
    I’m waiting for help with the tablet view.

    #807776

    Hi,

    Please try this in Quick CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #807901

    Great, sorted! Thanks very much!

    #808222

    Hi,

    Glad that it’s fixed. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile version of fullwidth easy slider’ is closed to new replies.