Post Single Content Image Alignment Move not Working

Posted in: Newspaper
Post count: 364

Hi,

I set for left and right aligned images an 400px offset (https://ibb.co/Jtppzfw) but its not working. The images stay within the post content section. This is how it looks in frontend: https://ibb.co/nfdXG0y

Somehow the -400px is overwritten.

How can I fix that?

Thanks!

Post count: 21065

Hello!

I’ve tested on my end and it is working well. Change the template, use Gutenberg and try again.

Thank you!

Post count: 364

Hi,

Like most users I’m not using Gutenberg. Please test with the classic editor as well.

Thanks!

Post count: 364

And I’m using the Zodiac Template and want to keep that.

Post count: 21065

Hello!

Please make a full backup, send an email at contact@tagdiv.com and provide wp-admin, so we can investigate this issue. Also paste a link to this topic so we can easily identify you.

Thanks!

Post count: 364

For those who are also affected by the problem, the developers know about the problem and are working on a solution.

The problem occurs when the images have a caption.

Therefore, there are currently two ways around the problem:

1. omit captions
or
2. use the following CSS :

.single .wp-caption.alignright { width: 350px!important; margin-right: -100px!important; } .single .wp-caption.alignleft { width: 350px!important; margin-left: -100px!important; }

You can of course adjust the width and margin accordingly. The best way to do this is to set Custom CSS in the Theme Panel and adjust the values depending on the screen size.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.