Hi -
I’m trying to control the text size and placement for my image with overlay text. Site is here: https://par6golfco.com/
I believe the code for the font should look something like this (placed in styles.css) but I’m very likely wrong. Code for moving it down on mobile only I’m not sure about. Any help is very appreciated!
@mediascreen and (max-width: 640){
div.overlay-text__subheading subheading subheading–over {font-size: 10px;
}
}
@mediascreen and (max-width: 640){
h2.overlay-text__title.h1-style {font-size: 14px;
}
}
Could anyone take a look and confirm?
Thanks a bunch!