Making folder place holders centre justified.
tmaxo
Registered Users Posts: 2 Beginner grinner
Hi all,
I am looking for the css code that will make my folder place holders on my homepage centre justify please?
I have tried to attach an image file to show what I mean. Hope it makes sense. Many thanks!
I am looking for the css code that will make my folder place holders on my homepage centre justify please?
I have tried to attach an image file to show what I mean. Hope it makes sense. Many thanks!
0
Comments
Please add this CSS code to the content block on your homepage:
.sm-tiles-column-organic.sm-tiles-spacing-6, .sm-tiles-grid.sm-tiles-spacing-6 .sm-tiles-list {
text-align: center;
}