StartBootstrap / startbootstrap-modern-business

A multipurpose Bootstrap full website template created by Start Bootstrap

Home Page:https://startbootstrap.com/template/modern-business/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Letter Sign-up Form Email Field & Submit Button

hadi-f90 opened this issue · comments

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.