Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News Letter Sign-up Form Email Field & Submit Button #104

Open
hadi-f90 opened this issue Dec 22, 2022 · 0 comments
Open

News Letter Sign-up Form Email Field & Submit Button #104

hadi-f90 opened this issue Dec 22, 2022 · 0 comments

Comments

@hadi-f90
Copy link

hadi-f90 commented Dec 22, 2022

Problem

The Current edition of modern bussiness "News Letter form" does not show as expected in Mozilla Firefox 108 64bit on linux mint.

image

Origin

This behaviour is because of Firefox relay addon which edits page styles on the fly:

Possible solutions:

  1. Disabling addon

  2. Editing styles.css file at lines 2743 & 2744 as follow may help:
    flex-wrap: nowrap;
    align-items: initial;

However, it still has some button size problems in smaller screens. i.e. the sign up button gets a bit bigger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant