Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313153

    Hello,

    I have a single full width image w/ text and a button, on the homepage of a site I am developing. The text and button look fine on a desktop (or landscaped tablet), but is not rendering properly on mobile devices. Is there a way to these layers responsive? Dev site: http://orangehalo.ryanflaherty.us/

    Any help is appreciated.

    -Ryan

    #313333

    Hi Ryan!

    Please adjust “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout – http://i.imgur.com/E2YOJ5x.png

    Regards,
    Yigit

    #313407

    Thanks Yigit. I tried that, but the button is still not resizing for smaller browsers. See screenshot: http://i.imgur.com/5EGxfTW.png

    #314238

    Hi Ryan!

    Try setting a higher height for the slider (in slider global settings) or setting the button layer top position in percentage value.

    Cheers!
    Josue

    #324604

    Josue – thanks! I used the % on the button layer top position. I works okay, but the button still appears very large on mobile devices and takes up a lot of space in the slider. Is there a way to make the button smaller for mobile devices?

    #324608

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-layerslider .avia-button.avia-size-large {
    padding: 7px;
    font-size: 13px;
    min-width: 100px;
    margin-top: 12px;
    }}

    Best regards,
    Yigit

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