Text overlay in homepage grid is not responsive

Home Forums Gillion Theme Text overlay in homepage grid is not responsive

Home Forums Gillion Theme Text overlay in homepage grid is not responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • nrseara
    Participant

    When Posts Titles and Categories are medium sized, the text overlay in front of the images are not sezising and breaking.

     

    Can you please help me out with some css to fix it for every device?

    I’m ok with it being “too small”

     

    thanks

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

    Hi @nrseara,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    nrseara
    Participant

    You can achieve 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: 768px){
    #page-container .blog-slider-content * {
        font-size: 95% !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)