StartBootstrap / startbootstrap-modern-business

A multipurpose Bootstrap full website template created by Start Bootstrap
https://startbootstrap.com/template/modern-business/
MIT License
1.02k stars 1.18k forks source link

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

Open hadi-f90 opened 1 year ago

hadi-f90 commented 1 year ago

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.