Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #778789

    Hi,

    My site in full width easy slider mobile view – the captions and buttons are cut off the screen. Is there somewhere I can click in theme options to make this work automatically or do I have to adjust css?

    Site details in private content.

    Thanks,

    #778958

    Hey connect4consulting,

    Try adding the following to quick css:

    
    @media only screen and (max-width: 767px){
    .slideshow_caption{
    padding-top:3px!important;
    }
    
    h2.avia-caption-title{
    font-size:16px!important;
    }
    
    .avia-slideshow-button{
    margin-top:0px!important;
    }
    }
    

    Please let me know if this fixes the issue.

    Best regards,
    Jordan Shannon

    #779976

    Hi Jordan,

    Thanks – that’s helpful. Also it looks like I’m missing the hamburger/mobile menu icon.
    Can you check?

    Thanks,

    #780033

    Hi,

    Just add the following to quick css:

    a#advanced_menu_toggle{
    color:#666666!important;
    }

    Best regards,
    Jordan Shannon

    #780037

    Hi Jordan,

    I’m still having some problems with adjustments to the h2 size on the home page slider on @media only screen and (max-width: 320px).

    Can you help?

    #780059

    Hi,

    Please paste a screenshot and if possible provide admin info so I can look into this further.

    Best regards,
    Jordan Shannon

    #780669

    Hi Jordan,

    Ok – the screenshot and admin info are in private content.

    Basically the slider captions and button look bad on mobile. I would like to have this set so that the slider captions and button size is reduced when viewed on a mobile device.

    #780688

    Hi,

    Please try testing again, and let me know if its better.

    Best regards,
    Jordan Shannon

    #780737

    Hi Jordan,

    Yes that’s a bit of an improvement. What did you do? I’d like to do the same thing for a few other mobile sizes.

    #780817

    Hi,

    You can view the updated script in quick css. It looks like you made some adjustments so I assume you’ve seen it.

    Best regards,
    Jordan Shannon

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