Sight Theme Grid Layout
-
For some reason the grid layout is not lining up properly,
In Sight Theme you have to ways to view the loop, either as a list or a grid with thumbnails.It was working for sometime, installing wp e-commerce and some other things and then suddenly the Grid view became more of a list with the newest post stacked on another, instead of in rows.
I cannot figure this out. I checked most of the code, and cannot see anything.Here you can compare the two sites.
Ours:
https://www.depictartmagazine.com/and the demo version of Sight:
https://wpshower.com/demo/?theme=sightI seem to be able to control the float property of the post thumbs in grid :
grid {padding: 12px 0 0 12px;}
.grid .post {width: 154px; height: 154px; background-color: #f5f5f5; padding: 18px; float: left; margin: 19px 0 0 19px; position: relative; overflow: hidden; cursor: pointer;}but I cannot get it back to being displayed in rows.
What can I do?
- The topic ‘Sight Theme Grid Layout’ is closed to new replies.