Increase left margin on main content
-
I would like to increase the margin on the left side of the main content to fit my design better. I have a line on the left side of the main content that should serve as a margin, see https://www.mobitecture.com
Can I change this by adding some custom css in the custom css box? I found this solution in another thread but when I tried it it did not seem to have any effect.
@media (min-width: 992px) {
.main.col-lg-9 {
padding-right: 100px;
}
}Any help on how to achieve the desired result?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Increase left margin on main content’ is closed to new replies.