Making Grid into Three Columns
-
Hi,
I”m trying to amend the grid template so that it displays 3 columns. I used the CSS from another post that suggested:
.page-template-grid-page .content-wrapper.full-width {
margin: 0;
}.child-page {
width: 275px;
padding-left: 50px;
}.child-page {
margin-right: 0 !important;
padding-right: 35px;
}however, I’m still having issues. See here:
https://littleglobalchefs.com/recipes/There is a blank space in space 4. Any suggestions on what I should add into the CSS?
Also, please note, I have no idea what I’m really doing with the customizable CSS. All I did was copy and paste the above code (not knowing what it really means) into the CSS widget ?? Any help, much appreciated.
- The topic ‘Making Grid into Three Columns’ is closed to new replies.