Melchior 1 Posted December 2 Hi all, I created a custom H4 in a markdown block. But it's not responsive on mobile. Can anyone help me adjusted the custom css? Share this post Link to post
0 colin.irwin 17,346 Posted December 2 Do you mean you want it to be a different size on mobile? If so, adding the following to your custom css should help @media only screen and (max-width: 640px) { h4 { font-size: 88px; } } That should work - all you need to do is tweak the 88px to whatever value you want. 2 tuanphan and Melchior reacted to this Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
0 Melchior 1 Posted December 4 Works like a charm. Thank you so much! 1 colin.irwin reacted to this Share this post Link to post
0 colin.irwin 17,346 Posted December 4 No problem! Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
Hi all, I created a custom H4 in a markdown block. But it's not responsive on mobile. Can anyone help me adjusted the custom css?
Share this post
Link to post