Mobile view problem

Home Forums Gillion Theme Mobile view problem

Home Forums Gillion Theme Mobile view problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • amplitum
    Participant

    Hi. I have problem with one section on home page but on mobile view. Can you please tell me what to do?

     

    http://mintv.rs/

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

    Hi @amplitum,

     

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

     

    You can resolve it by 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 (max-width: 767px){
    .blog-style-cover.columns3 .post-style-cover {
         width: 336px !important;
    }
    .sh-blog-fancy .sh-ratio-content {
        background-size: initial;
        background-repeat: no-repeat;
    }
    }

     

    Best regards,
    Shufflehound team

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