Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap 3 – center content in column rows Reply To: Bootstrap 3 – center content in column rows

#238181
Paulie_D
Member

It is floated…

.pull-right, .login-form__submit {
    float: right !important;
}

Any chance you could make a reduced demo?

There’s a lot of stuff in there that not relevant.

If you need to include Bootstrap use the supplied option…dont C&P the whole thing.