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

Solved

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

DaveLister
New Member
9 0 0

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?

Accepted Solutions (2)

sahilsharma9515
Shopify Partner
1266 165 244

This is an accepted solution.

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

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

BSS-Commerce
Shopify Partner
3477 464 551

This is an accepted solution.

Hi @DaveLister ,

Please use the following solution:

In Online store, select Themes->More->Edit 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 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 6 (6)

sahilsharma9515
Shopify Partner
1266 165 244

This is an accepted solution.

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

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


DaveLister
New Member
9 0 0

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.

BSS-Commerce
Shopify Partner
3477 464 551

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.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
DaveLister
New Member
9 0 0

Already shared in previous post. Thanks.

BSS-Commerce
Shopify Partner
3477 464 551

This is an accepted solution.

Hi @DaveLister ,

Please use the following solution:

In Online store, select Themes->More->Edit 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 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
DaveLister
New Member
9 0 0

Perfect, thankyou! Problem solved.