Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #602268

    Hi,

    The full screen slider looks great on desktop but on mobile not so, can I:

    1- Reduce the height?
    2- Make the fonts larger?

    Site
    http://1c5.964.myftpupload.com

    #602413

    Hi @navindesigns;
    I think this may help you :

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
    /*SMALLER TITLE*/		
    .responsive #top .slideshow_caption h2.avia-caption-title {font-weight: 400 !important;}
    
    /*HIGHER TITLE*/		
    .caption_bottom .slideshow_caption .slideshow_inner_caption{bottom: 50px !important;}
    }
    #602415

    Hey!


    @begrafiks
    thanks for sharing your tip and we appreciate it :)

    Let us know if the above tip worked for you to change the font size and use the below css in quick css to change the height of fullscreen in portable devices. Adjust the max-height value to suit your design.

    
    /* Fullscreen slider height in portable devices*/
    @media only screen and (max-width: 775px) {
        .avia-fullscreen-slider .avia-slideshow {
        max-height: 65px !important;
    }
    }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Andy.
    #602562

    Neither one worked :(

    • This reply was modified 8 years, 8 months ago by navindesigns.
    #603526

    Any update?

    #603610

    Hi!

    can u please add the code back, so we can check it live and assist you better.
    Checked on debuger and it seems to be working properly, so need to see what is not working as should.

    Thanks a lot

    Cheers!
    Basilis

    #603931

    I actually did not remove the code. The code is still there, please feel free to login and take a look at my Quick CSS

    #604078

    Hi!

    I think there is a typo in Vinnies code. We updated it. Please use the edited version and let us know if it solves the issue. Don’t forget to clear browser cache + hard refresh a few times.

    Best regards,
    Andy

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