Hello,
I have 2 questions:
- how can I write the footer text on a single line?
- how can I move the buttons privacy policy and cookie policy on the right? I added the code in the foot of page widget
Hello,
I have 2 questions:
Hi there
Hope you are having a good day and thank you for your question
please provide url and i will take a look
Hello this is the url for temporary login
https://www.adottaunalvearebio.it/wp-admin/?wtlwp_token=8c222b5648ce5b84ab53ac6af832d78a
thanks!
Good evening
.footer-widget-area .col-md-3.col-sm-6.footer-widget {
width: 100%;
}
.footer-widget-area {
text-align: right;
}
ok thanks!
Last question. How can I align the copyright text at the top with the buttons privacy policy and cookie policy?
Hello,
This CSS code should help you achieve that:
.textwidget.custom-html-widget {
float: left;
}
Best Regards,
Support