Image credit alignment

Posted in: Newspaper
Post count: 8

When I give credits to image on Newspaper Theme the SOURCE alignment is LEFT, I want it to be RIGHT aligned. How can I do that? Is there any setting in theme from where I can change that?

Screenshot of LEFT aligned SOURCE – https://prnt.sc/jo8pmj

Post count: 23312

Hello ashishkumarsr,

There’s no option for this moving of the image caption, sorry! You should try using the code below and place it in Theme panel -> Custom CSS area.

.wp-caption-text, .wp-caption-dd{
text-align:right;
}

Thanks for the message!

Post count: 8

It’s done. Thank you for the help. 🙂

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