Tagged: button alignment
Hi,
I’ve set my button to center, but they show up left aligned.
See homepage, third content section.
Hope you can help me fix this.
Thx!
Hi JantienM,
Please try to add this in Enfold > General Styling > Quick CSS:
.home #av_section_3 .avia-button-wrap {
margin-left: auto;
margin-right: auto;
display: block;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
Yes it does, strange though that it didn’t work the usual way, right?
But thanks anyway!