Hi Baden,
Thanks for the underlining thread – that’s solved that perfectly.
For the mobile text, I tried your code and it didn’t seem to change anything. I’m not very good with .css, but just in case it’ll help, the code I used to get the main text to respond to mobile is:
@media only screen and ( max-width: 700px ) {
.et_pb_text > p {
font-size: 14px;
}}
Do let me know if you have any ideas as to how I can get it working and thans so much for your help!
Will