Align page title and text with the site logo

I want to align the title and the text with the logo in the header as shown in the image. When I try to set the margin to the container, the logo moves with title and text. Can someone help me?

Hi @odyxx,

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

I have tested it on my test site and it’s working fine for me using latest version of Shapely theme as displayed in the attached screenshot.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

This is the site http://www.2gconsultingmonopoli.com/servizi/
It wasin maintenance mode, so please check it as soon ad possible.
Thanks for support.

Thank you for sharing your site URL.

It seems it is not working on your site due to CSS conflict.

You can try aligning it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#site-navigation .module.left {
    padding-left: 0;
}