Home › Forums › Gillion Theme › Text overlay in homepage grid is not responsive
Home › Forums › Gillion Theme › Text overlay in homepage grid is not responsive
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
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
Sure, it’s https://modokaizen.com
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; } }