Site logo

Archived topic

Centering shortcode in widget

3 replies · Started by Philippe on July 5, 2022

Viewing posts 1–4 of 4

Hi,

My website is onehomeplanet.com I am trying to center the share icons widget in the right-hand column. It is nothing big on the website itself but on a phone screen, the icons are definitely justified left.

Thanks for your help,

Philippe

Hi Philippe,

This would normally be a question for the plugin's support team but you can try this CSS:

@media (max-width: 768px) {
    .sidebar .widget .shared-counts-wrap {
        display: flex;
        justify-content: center;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

It works. Thank you so much! My question was not about the Shared Counts plugin in particular but about any shortcode inside a widget.

Best,

Philippe

No problem :)

This archived topic is closed to new replies.