Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to reverse the order of header elements?
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?

Neira Dzabija avatar
Written by Neira Dzabija
Updated over a year ago

You can reverse the order of your header elements by adding the CSS code snippet below to your custom CSS box under Settings > 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?