WordPress 5.0 issue

Posted in: Newspaper
Post count: 36

Hello everyone,when i create post in wordpress i see that i cant use modal images of newspaper theme,and caption below image is on the middle and cant move on other side,can someone help?

Post count: 20688

Hi,

That would depend on how the image is added in the post content. Adding it through the add image option of Gutenberg it doesn’t have caption alignment options
https://www.screencast.com/t/NDLBLfWWqoW
https://gogutenberg.com/blocks/image/

Adding it with the classic editor, the caption will be positioned by the theme to the left
http://prntscr.com/ltf7x7

However it is possible to align them differently in both cases with CSS
http://prntscr.com/ltfbmg

First code is for image block of Gutenberg, second for the image added with the classic element, maybe they are helpful to you

.td-post-content .wp-block-image figcaption {
text-align: right;
}

.td-post-content .wp-caption-text {
text-align: right;
}

Thanks

Post count: 36

Thanks for the answer 🙂

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