I hate hubspot with my whole soul.
When I set the width of a module... it moves over to the left.
Nothing in the CSS changes it so I can center it.
Any help?
I hate hubspot with my whole soul.
When I set the width of a module... it moves over to the left.
Nothing in the CSS changes it so I can center it.
Any help?
I think your problem is that the element is floated to the left. This should help: .row-fluid > .your-element {width: 300px; margin: 0 auto!important; float: none!important;}