Issue with page width

I just updated X to ver 6. All my plugins are updated. I’m having an issue with just one of my pages. It’s not respecting the width of the page.

The page that’s not right is here:

Here’s a page with the proper body width:
https://ezrichmusic.com/music/

Not sure why it would be different.
I’ve tried disabling all but the x-plugins and it still is wrong.

This just started happening right after I updated to version 6.

Hey @jamiegrichards,

I checked both of the pages and they have the same width (see https://youtu.be/GgUxhNnH2r4). Would you mind providing more details and screenshots of the width you’re referring to?

Thanks.

Sure, check out this screenshot here. The margins are normal:

Now, here’s a screenshot of the page that has margins that are too big:

I realized that I’ve been referring the width of the page and it’s actually the margins that are messed up. The width is correct, but the page margins on the page in question is what’s wrong.

Thanks!

Hi @jamiegrichards

I understand the problem now, the root cause of this issue is that you are using the Text element in WPbakery page builder to insert images in your content, instead you should use the “Image” element, I’ve did that on a testing page you can find here:
https://ezrichmusic.com/testing-images/

and as you can see the image is displaying in full width.

Thanks.

I have always used the text element for images. maybe this was effected after the update of X or something. Anyway, I can use the image element if that’s all it is.

Thanks for your help!

Can you answer one quick question? How do I center an image using the image element? That’s why I always went with the Text element because I could center it and do more with the image in my opinoin. Maybe i’m just not used to using the Image element.

THanks,

Hi There,

You can add the CSS line below on the Image element’s STYLE field.

display: block;margin-left: auto;margin-right: auto;



Thanks,

Thanks for your help! That worked!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.