Change the alignment of the header (social media - text - image)

Hello again,
I would like to change the alignment of the header if possible. I would like the social media section on the left, then the text and then the image. Is this possible?
I am using the plugin for this post (https://colorlibsupport.com/t/image-logo-and-text-in-the-header/#post-124369) to make custom changes (add both text and image to the theme)
Thank you very much

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the elements by going to Appearance > Customize > Additional CSS and pasting it there.

/*Move logo and social media icons*/
.hgroup-right {
    float: left;
}

#site-logo {
    float: right;
}

Best Regards,
Support

This worked perfectly

Thank you

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support