Font Size The Grid Plugin

Hello

I can’t figure out how to change the font size inside of The Grid plugin. On the mobile version the font desperately needs to be smaller. pcricecream.com

Thanks

Hello Stephen,

Thanks for asking. :slight_smile:

Please add following CSS under

@media only screen and (max-width: 600px) {
    .tg-item .tg-item-title {
    font-size: 0.6em !important;
}
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.