Text Mobile

Home Forums Gillion Theme Text Mobile

Home Forums Gillion Theme Text Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • juniormartian
    Participant

    This part of the mobile text is exceeding the limit.

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

    Solution for this topic

    Hi @juniormartian,

     

    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: 582px){
    .blog-slider-style5 .blog-grid-small {
        width: 100%;
        clear: both;
    }
    .blog-slider-style5 .blog-grid-small .blog-grid-item-container {
        margin-left: 0;
    }
    }

     

    Best regards,
    Shufflehound team

    juniormartian
    Participant

    VERY GOOD

    You are most welcome here 🙂

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