Skip to main content

How to reverse the order of header elements?

Can I have my logo on the right and the text on the left side of the header?

Lorenzo Goldoni avatar
Written by Lorenzo Goldoni
Updated yesterday

You can reverse the order of your header elements by adding the CSS code snippet below to your custom CSS box under SETUP > Design 👇

.socialwall_header_title { 
order: 2;
}
.socialwall_header_infos {
order: 1;
}
.theme-carousel .socialwall_header_infos{
padding-left: 21px;
}

In the top-right corner, you will see your logo, and in the top-left corner — the text of your header 👇

In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!

Did this answer your question?