Site logo

Archived topic

Center aligning - DMCA Badge

6 replies · Started by aster on August 6, 2021

Viewing posts 1–7 of 7

Hello,

Plz, find the attachment. Footer widgets 1 and 2 are center-aligned. But, footer widget 3 has a DMCA Bade, and I'm unable to center-align it. The code for the DMCA Widget is:

<p> DMCA.com Protection Status <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script></p>

Hi there,

can you share a link to the actual site so i can see whats required.

hello,
I have shared the same with you in the private tab

I only needed to see the frontend , and we never make changes to a users site only in very rare circumstances on development sites where permission is given :)

Try adding this CSS:

.footer-widget-3 aside {
    text-align: center;
}

Hello,
it works! Thank you

Glad to hear that!

This archived topic is closed to new replies.