Tagged: blog grid
Hi,
I’ve got a three column view of latest posts on my front page http://cravensafetyservices.co.uk/
The alignment isn’t right.
Would like to make middle image align center and right hand image align right.
Also, how would I align center the title beneath each image.
Thanks,
Ken
Hi,
I’ve sorted. For interest:-
.avia-content-slider .slide-entry-title {
text-align: center;
}
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
display: block;
margin-left: auto;
margin-right: auto;
}
Thanks,
Ken