Site logo

[Resolved] Alignment / Border of the footer widget 3 in mobile view

Home Forums Support [Resolved] Alignment / Border of the footer widget 3 in mobile view

Home Forums Support Alignment / Border of the footer widget 3 in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2440473
    Emanuel

    Hello GP-Community / Support

    Page for help: http://www.flyairea.com
    GP 3.2.4 / GP Premium 2.2.1

    Problem:
    The footer widget 3 is alligned to the left when in mobile mode and not using the total space.
    Where can I change this settings or does anybody have any CSS for this?

    Thanks a lot!
    Emanuel

    #2440486
    Fernando
    Customer Support

    Hi Emanuel,

    Your form in the footer is limited to a specific width by your plugin.

    You’ll need to modify this through your plugin, however, if it’s not possible, try adding this through Appearance > Customize > Additional CSS:

    @media screen and (max-width: 768px) {
        .site-footer #wp-members {
            width: 100%;
        }
    }
    #2441677
    Emanuel

    Thanks a lot for the fast reply!
    It works with the custom CSS 🙂

    #2443720
    Fernando
    Customer Support

    You’re welcome, Emanuel! 🙂

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