Hi there,
Are you able to provide some css to move the buttons in the parallax sections so that they are center-aligned with the text that sits above them?
Image attached to demonstrate.
Thanks!
Hi there,
Are you able to provide some css to move the buttons in the parallax sections so that they are center-aligned with the text that sits above them?
Image attached to demonstrate.
Thanks!
hey there
Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS
#shapely_home_parallax-3 .col-md-4.col-sm-offset-1 {
text-align: center;
}
Thanks!
Colorlib Support Team
Hi Noda, thanks for your help so far!
Unfortunately, this code also centers the entire paragraph above the button as well. Is there a way to keep the paragraph left-aligned, but with the button centered?
Thanks
Good evening
Please try this one instead:
#shapely_home_parallax-3 .col-sm-offset-1 h3, #shapely_home_parallax-3 .col-sm-offset-1 .mb32 {
text-align: left;
}
#shapely_home_parallax-3 .col-sm-offset-1 {
text-align: center;
}
Thanks for that, I was able to make this work just fine!
You are welcome
Let me know if you need anything else, but in a new ticket