[Resolved] center header widget

Home Forums Support [Resolved] center header widget

Home Forums Support center header widget

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #219559
    Jasper

    I have this text widget in the header with a script to place google places review stars.
    Works fine but i can not get it to center.
    Desktopview is OK like that, but in mobile view i would like to see it centered. Any suggestions?

    #219585
    Tom
    Lead Developer
    Lead Developer

    Can you link me to your site?

    #219588
    Jasper

    of course, forgot that
    http://www.sierink-wp.nl

    #219589
    Jasper

    Another question:
    I just updated to latest GP and now i see that in the footer in the social icon widget the last icon is not aligned anymore.
    Regards

    #219592
    Tom
    Lead Developer
    Lead Developer

    Your social icons look fine to me?

    Try this CSS for the button:

    @media (max-width:768px) {
        .wpac .wp-google-badge {
            margin: 0 auto !important;
        }
    }
    #219595
    Jasper

    that works fine, thanks

    #219598
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #219600
    Jasper

    try again the social i think you were looking to the cached version

    #219601
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    .so-widget-sow-social-media-buttons-flat-fc2635475eb5 .sow-social-media-button {
        margin-bottom: 0 !important;
    }
    #219604
    Jasper

    thanks again

    #219612
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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