-
how is it going?
-
Just about to try with bigger image, the problem I have the now is when I go to check my site I can’t see the updates but if I go in to incognito mode I can see it
-
Hi Ying
Still no luck, it is almost correct but my image still isn’t going to full width I’ve used an image of 2200×468 but still looks the same
-
And for some reason when I type in Google my site name, I’m not getting any images at all I have no idea what happening
-
This is your background image:
https://app.screencast.com/ociyUhjb4TJ8jAs you can see the green part is only a small portion of the image, would you please crop the image to the edge of the green part?
-
How do I do that, the image I downloaded from canva is 4000×486
-
In your media library, you should be able to crop.
-
When I go to crop it, it won’t let me I see the image but when I try to drag the arrows it won’t let me drag it to the right size
-
The media library is managed by WordPress, we don’t have control over it.
However, I found you a video, hope it’s helpful: https://youtu.be/Qms01DX3MNs?si=tXcSX50dh86eWc3Y&t=158 -
I think I have got it now, could you have a look at my site and see if that looks better
-
Yes, I can see the full-width background image now 🙂
However, you’ve set the parent container to
max-width: 2200px
, so on a screen that’s wider than 2200px, the container will NOT be full width.If you want it to be full-width on all screens, make sure you remove the
max-width
value.
- You must be logged in to reply to this topic.