How can I center a sidebar widget on a page?

Posted in: Newspaper
Post count: 8

Hello, I want to insert a likebox widget with sidebar element on a page. How can I do this? I need this widget in the center: https://www.screencast.com/t/tT3IrVuqMH
H.align is marked center. No use.
Thanks in advance

Post count: 35449

Hi,

Please try the below custom css:

.wpb_wrapper .td_block_wrap .td_block_template_6 {
text-align: center;
}

Copy and paste it in Newspaper>Theme panel> Custom code> Custom css
Hope this is what you desire.

Thank you.

Post count: 8

Yes, it works! Thanks a lot!

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