[Resolved] Centering shortcode in widget

Home Forums Support [Resolved] Centering shortcode in widget

Home Forums Support Centering shortcode in widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2274018
    Philippe

    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

    #2274027
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2274139
    Philippe

    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

    #2274145
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.