Archived topic
Alignment / Border of the footer widget 3 in mobile view
3 replies · Started by Emanuel on November 29, 2022
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
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%;
}
}
Thanks a lot for the fast reply!
It works with the custom CSS :)
You're welcome, Emanuel! :)