Frontpage button alignment on mobile

Hi,
On desktop version, frontpage buttons are in perfect alignement, but when i switch to mobile display, the buttons are not properly aligned

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
what do you me by not properly aligned? you don’t want them vertically or?? :slight_smile:
please provide a link to the page

Thanks!
Colorlib Support Team

Thank’s for your help :slight_smile:
Not aligned because in mobile version, button 2 “diagnostic” is not vertically aligned with button 1 “Comprendre” ( a little to the right…)

You can see it on my sreenshot or https://damendo.fr/

hey there

Please add this CSS in appearance - customize - additional CSS

.top-parallax-section .btn-white {
margin-right: 0px;
}

Thanks!
Colorlib Support Team

Ok thank’s
I add :
.top-parallax-section .btn-white {
margin-left: 15px;
}
.top-parallax-section .btn-white {
margin-right: 15px;
}
and now it’s perfect :slight_smile:

Hi,

Nice, I will close the topic and mark it as resolved. Feel free to contact us again Thanks!