Question regarding CSS/HTML
Go to solution
Solved by EG!,
On 28-11-2017 at 12:01 PM, RockiLocky said:But I have a problem(Using Bootstrap):
You'll have to override some bootstrap css which has premade css.
Try setting the margin-left and/or the padding-left of the "center-block" or "container-fluid" to 0.
If it does't override the bootstrap there is another ugly way to move blocks with margin-left:-10px; for instance or margin-left:0 !important;
I don't advise the later two though.

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