Footer text on a single line

Hello,
I have 2 questions:

  1. how can I write the footer text on a single line?
  2. how can I move the buttons privacy policy and cookie policy on the right? I added the code in the foot of page widget

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
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

  1. your text contains br tags, you have to remove this first and then i will try again, at this moment its not possible to distribute text on a single line
  2. use this code:

.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