Jump to content
thirty bees forum
  • 0

Modules not aligned on home page - community theme


Dolfijn

Question

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;
}
 

Capture.PNG

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...