-
On my home page on inspireherpossibilities.com the desktop view it looks good but on the mobile view the content is written on top of the picture. Can’t figure out how to fix this.
-
Hi there,
I can not see your site, it shows the error ” The site can’t be reached”, is it down or did you type the URL wrong?
Let me know 🙂
-
I just copied and pasted from above and it popped right up. No it is not down and it is not written wrong. Can you try again?
-
Are you using the block editor? If so have you edited the HTML of the blocks?
-
I have not edited any HTML that I know of. I wouldn’t know how to do that. Is there someone that can look at it?
-
I can see your site now, the grand parent container of the image block has a fixed
height
set to 550px, on mobile the content height exceeds550px
, so it overlaps.Just so you know, it’s usually a bad practice to set fixed
height
.You can set
min-height
, but fixedheight
always causes issues. -
Thanks that worked!
-
No Problem 🙂
- You must be logged in to reply to this topic.