• Resolved martimarti91

    (@martimarti91)


    Hello,

    I am trying to center the widget but it is not working.
    theme: ResponsiveBlogic
    WP version: version 5.0.3

    Please let me know what information would be needed from me to contribute more to the solution.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi,

    First of all, you need to remove the wrong containers: ‘footer-widget-single’, ‘extendedwopts-md-center widget footer-widgets’, ‘footer-widget-single footer-widget-middle’ and ‘footer-widget-single’ which prevent the plugin from being centered.

    Then move the plugin to ‘container’ div:

    After this add this css:

    .wpac {
    width: 270px !important;
    margin: 0 auto !important;
    }

    And you get what you need:

    Thanks!

    • This reply was modified 5 years, 10 months ago by richplugins.
    Thread Starter martimarti91

    (@martimarti91)

    Hello,

    Did it, fixed it, you’re the man. If there was a “thank you” button, I would have clicked on it.

    Thank you!

    Plugin Author richplugins

    (@richplugins)

    @martimarti91 you can leave a review about the plugin, it will be the best praise!

    Thanks!

    • This reply was modified 5 years, 10 months ago by richplugins.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Widget One – can’t center’ is closed to new replies.