Hi there,
On the site https://www.drb-holding2.co.uk/, how do I right-justify the search and social icons on the top bar?
Many thanks,
Dave.
Hi Dave,
Try with this custom CSS:
.t4-top-bar .t4-row.row { justify-content: right; }
Thank-you, that's great!