Buttons Slightly Off Center on Homepage in Mobile View

Hi!

My website is www.over-booked.com

The buttons are not centered on the mobile version. The black button that says “browse” seems to be shifted left just a little bit - like 2 pixels basically. It’s minor but it’s driving me nuts.

I have tried using this CSS:
#shapely_home_parallax-2 a.btn.btn-lg.btn-white {
margin-right: 0px;
}

But this did not work.

Any advice?

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.image-bg .btn.btn-filled {
position: relative;
right: -4px;
}

Thanks!
Colorlib Support Team

This worked!

Thank you so much for your response and time :slight_smile: It’s so appreciated.

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!