How can I position the left shifted search button in the middle ?
What changes do I need to make in the theme I use ?
Can anyone help me please ?
How can I position the left shifted search button in the middle ?
What changes do I need to make in the theme I use ?
Can anyone help me please ?
Dude, I asked a question and you gave an irrelevant answer to my question. I’ve asked this question as I’ve just started the development of the site and I need help with my question.
Hi,
The following code should do the trick:
a.quickview.iframe-link.d-none.d-xl-block.btn_df {
text-align: center;
}
Adding it at the end of your theme-style.scss.css file should work as expected.
Regards,
Thank you so much. Perfect hit !