Hi everyone!
I am trying to get a block of text fixed and I actually managed to get it fixed over desktop and tablet. See here www.joaochaves.co.uk but in mobile it breaks completely and the text goes under the images as well.
I am not super handy in coding, so maybe I am missing something.
What I am using so far is:
.textproject{
position:fixed;
z-index:1000;
}
I feel like I need to specify something for mobile only but not really sure how.
Could anyone give me any hints?
Thanks a lot,
João