Mobile look

Home Forums Gillion Theme Mobile look

Home Forums Gillion Theme Mobile look

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

    Mobile version of my site (u6706.netangels.ru) doesn’t look good. I see small problems all the time.

    I have added one screenshot to show you one of the problem. The heading is not readable. Is it possible to fix it somehow?

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

    Solution for this topic

    Hi @podsolnuhi,

     

    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: 782px){
    #page-container .blog-slider-item h1,
    #page-container .blog-slider-item h2 {
        font-size: 14px !important;
    }
    }

     

    Best regards,
    Shufflehound team

    podsolnuhi
    Participant

    It worked. Thank you.

    You are most welcome here 🙂

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