How to allogn logo

I wnat to allign logo to left with some content alligned to right on same lenth.

Hi @ash8090,

I hope you are well today and thank you for your question.

You can align logo to left by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

div#logo {
    text-align: left;
}

To add content to the right side of it, you have to develop child theme of Activello theme and develop custom code in it to display the content.

Best Regards,
Movin