Movile Navigation Set Up (Slider photos in Home Page

Home Forums Gillion Theme Movile Navigation Set Up (Slider photos in Home Page

Home Forums Gillion Theme Movile Navigation Set Up (Slider photos in Home Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • dianazahe
    Participant

    Hi

     

    In the navigation movile on the Slider in main page, the photos of the posts appears incomplete anc cutted on the sides

     

    Please noticed the photo attached, how can fix this?

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @dianazahe,

     

    I hope you are well today and thank you for your question.

     

    It think you are referring Mobile as Movile and it is your typo.

     

    This is how the Unyson plugin displays images on mobile as there isn’t enough space to display the whole images.

     

    Best regards,
    Shufflehound team

    dianazahe
    Participant

    Is there any chance to have any solution to a complete view of the photo on mobile? because the appearence change completely when i see the site from celphone

     

     

    Thanks

    Solution for this topic

    Not a best solution but you can try adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media screen and (max-width: 600px) {
    .blog-slider-item.slick-slide {
        background-size: contain;
        background-repeat: no-repeat;
    }
    }

    dianazahe
    Participant

    Hi!

     

    Thanks for the code, is possible to modify it… as now the photo appears complete but with a grey space at bottom of the slider (like the photo is not in the complete slider space)

    Please see photo attached

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    As said above this is not best solution and we can only achieve this using CSS code.

    dianazahe
    Participant

    Thanks for your help!

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)