Penci Design replied
Hi,
\I just want to know for sure the cause of the issue.
\On the mobile title block 31supposed to be smaller than in block 5.
\Please add more this code go to customize -> Addtional CSS to do that:
\Mobile
\\
@media screen and (max-width: 480px){\
.penci-block_5 .penci__post-title,\
.penci-block_31 .penci__post-title, .penci-block_31 .block31_big_item .penci__post-title {\
font-size: 18px !important; \
}\
}\
Tablet
\\
@media screen and (max-width: 768px){\
.penci-block_5 .penci__post-title,\
.penci-block_31 .penci__post-title, .penci-block_31 .block31_big_item .penci__post-title {\
font-size: 18px !important; \
}\
}\
Change font size 18px on the above code to any font size you want.
Best Regards,
\PenciDesign