Dolfijn Posted June 15 Posted June 15 The picture explains it all. I solved it by overriding style in global.css. But should this not work out of the box? I added the following override to create some extra padding: /* Override padding-left*/ .col-xs-12 .col-sm-12, .col-xs-12 .col-sm-4, .blockcmsinfo-block .col-xs-12 col-sm-4 { position: relative; min-height: 1px; padding-left: 30px; padding-right: 15px; }
Question
Dolfijn
The picture explains it all. I solved it by overriding style in global.css. But should this not work out of the box?
I added the following override to create some extra padding:
/* Override padding-left*/
.col-xs-12 .col-sm-12, .col-xs-12 .col-sm-4, .blockcmsinfo-block .col-xs-12 col-sm-4 {
position: relative;
min-height: 1px;
padding-left: 30px;
padding-right: 15px;
}
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now