I’m trying to configure the individual page Header Titles to be dynamic sizing based on the screen being used. I’m trying to use your example for the slider text explained elsewhere but i’m not getting anywhere.
@media (max-width: 480px) {
.entry-title {
font-size:10px;
}
}
Just to make it easier for me to update I’ve placed the css into the Additional CSS section of the theme customization page in wordpress. Can you help me fix this to, well, actually work? If there’s another method for resopnsive font size please let me know!
Thanks!