Header now not full width and menu font changed on Product Page only.

Hi all.

I have just updated my theme to Studio V12.

Now, when I goto ‘Default Product’ page, the header stops being page width and has padding at the sides, and the menu font changes. Only on this page, all others are fine.

I’ve spend some time with Shopify Support who have no solution.

Any ideas?

Hi @DaveLister

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

Best regards

Sahil

https://printsofcornwall.co.uk/

https://printsofcornwall.co.uk/products/autumns-cascade-river-kennalls-woodland-serenity-print

Thankyou. The first link is the store URL, click on any product and you will see the effect I mean. The second link is an example.

Store is active, no passwords on there.

Hi @DaveLister ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Already shared in previous post. Thanks.

Hi @DaveLister ,

Please use the following solution:

In Online store, select ThemesMoreEdit code

In the base.css file, add the following code at the end of the file:

body{
  font-family: "Libre Baskerville", serif!important;
  margin: 0!important;
}

Click Save to save changes.

Hope my answer helps you @DaveLister

Perfect, thankyou! Problem solved.