You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#116441 Cannot get Align: right to work properly

Posted in ‘Mediabox’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by HaraldHannelius on Thursday, 14 March 2024 11:12 GMT

HaraldHannelius
Hello, I'm trying to insert a thumbnail of an image to the right with text flowing around it. Using the Newest JCE PRO and Mediabox. Whatever I do, the thumbnail gets placed to the left, even though the editor looks correct.

What am I doing wrong?

Ryan
Mediabox transfers the images float style (to align the image right or left) to the popup link to display the image correctly with the "zoom" icon image on the popup. The following style in your template's style.css file is overriding the float style on the image:

div.gk-article-blog a img {
  background-size: cover !important;
  float: none !important;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

HaraldHannelius
Great! I knew it was a good idea to pay for the PRO-version, this tip alone made it worthwhile. Thanks!!