How to align the DMCA Widget in Centre?

Posted in: Newspaper
Post count: 14

Recently I changed my Schema theme to Newspaper 9. In the old theme, DMCA badge has been aligned to the center using custom CSS. The process is done by the theme developer. I want to know how to align the DMCA badge in the center in Newspaper 9.
My Website – https://www.wikihelp.in/
Screenshot – https://www.screencast.com/t/fPuKXnYEUjy

Post count: 14

I am waiting for your reply

Post count: 35449

Hi,

Please notice that writing multiple times in the same topic only delays the answer. In order to get a fast response, please write once and wait for an answer. We answer from oldest to newest so if you keep posting, your post is moved to fresher ones thus receiving the answer later until we answer all posts before your last reply.

In order to align the DMCA please use this custom css
.td-ss-main-sidebar .textwidget p {
width: auto;
text-align: center;
}

-> https://www.screencast.com/t/oVIdbHTU1
Set the code in Newspaper>Theme panel>Custom code>Custom css

Thank you for your understanding!

Post count: 14

Thank you for all of your support

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