Hi,
Please could you assist me with centering the second row of services on my homepage.
I have 3 in the first row which are perfect, but the second row only has two and are aligning to the left.
Thanks so much
Hi,
Please could you assist me with centering the second row of services on my homepage.
I have 3 in the first row which are perfect, but the second row only has two and are aligning to the left.
Thanks so much
Hello,
You can try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.
@media (min-width: 992px) {
.service.col-md-4 {
float: none;
display: inline-block;
width: 33%;
}
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
It worked perfectly, thank you so much!
Great! You are welcome!
Kind Regards, Roman.