Home › Forums › CSS › Bootstrap 3 – center content in column rows › Reply To: Bootstrap 3 – center content in column rows
February 19, 2016 at 9:14 am
#238181
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.