Vertically aligning the content area
-
I wanted to vertically align the content to (more or less) the center of the page so I’ve added the following to the custom CSS box:
.col-md-12 { height: 100vh !important; margin-top: 35vh !important; }
Is that the correct way to do it or is that going to conflict with other stuff?
TIA
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Vertically aligning the content area’ is closed to new replies.