Hi there!
Thanks for contacting us.
Could you please elaborate on “blocking the site title and tag line”, I couldn’t see any site title or tagline on your website.
If you need to reduce the logo size, you could add the CSS code below in Appearance > Customize > Additional CSS box:
.site-header .site-branding img {
max-width: 140px;
}
also there’s a lot of wasted area on the left on my page can the page layout be altered
You could increase the overall width of your site’s content container using the CSS below:
.col-full {
max-width: 1200px;
}
If you need assistance customizing your site further, I highly recommend hiring one of our WooExperts from our customizations page: https://woocommerce.com/customizations/
You could also try out the Storefront Powerpack extension – https://woocommerce.com/products/storefront-powerpack/?aff=10486&cid=1131038
Powerpack gives you the ability to customize and style nearly every aspect of Storefront without touching any code. This includes changing your store’s header layout, tweaking colors, fonts, and layouts of almost any element, changing text, checkout flow, and more.
I hope this helps. ??