On my site, the buttons are not centered underneath the post widgets I have inside 1/3 columns.
Please look at my homepage:
http://www.thejetcoaster.com/
As you can see, under featured post, featured podcast and featured video, there are buttons to view more content. However I can’t get those buttons to be aligned.
Please note, I am using the following custom CSS to change the width of the columns:
.home div .av_one_third {
margin-left: 1%;
width: 32%;
}
Help would be very much appreciated!
Hi Apollo87!
Thank you for coming back.
Try to use the following and adjust the value:
.avia-button-wrap a {
margin-left: 35px !important;
}
Regards,
Günter
Thank you very much! This works, however, one thing I noticed is that my columns are not centered in the middle of the page. The columns I’m referring to are the featured post, featured podcast and featured video on the front page of my site at http://www.thejetcoaster.com
Hi!
They look centered on my end. Did you get this sorted?
Regards,
Elliott
I managed to figure this out, so yes thank you!!