Hi I’ve got a problem using page builder in Twenty fourteen. I am a paying premium user of Vantage theme on another site and am about to buy it again for a second site, but for this site I’d rather keep it with Twenty fourteen if possible. However when I enter an image using page builder, and then set it to right, the image goes all the way off the page. Is there a css code you know of that would stop this. I’d really appreciate it. I’ve uploaded a printscreen of a test page to show you how it looks as the website it is on is password protected
URL: http://www.stivescampervanhire.co.uk/temp/wp-admin/upload.php?item=165
Sure we can help here. That’s not the public image url though. Head to the Media Library, click on the image and then grab the url from the right column metabox
Thanks
Sorry, here it is.
http://www.stivescampervanhire.co.uk/temp/wp-content/uploads/2015/01/Capture.jpg
I’ve put it on another website as the twenty fourteen one is password protected.
If you drop us an email on [email protected] with that password we’ll take a look. We need to inspect the page source to see what’s up.
Thanks
Thanks I’ve just sent it
Thanks, we’ll pick that up as soon as possible.
Thank you so much, I’ve just tried the code provided by email and it’s sorted out that problem. I’ve pasted it here in case anyone else has the same problem.
/* Images */
.full-width .site-content blockquote.alignright,
.full-width .site-content img.size-full.alignright,
.full-width .site-content img.size-large.alignright,
.full-width .site-content img.size-medium.alignright,
.full-width .site-content .wp-caption.alignright {
margin-right: 0 !important;
}
Super, thanks for sharing that with everyone.