How to adjust header logo size and product price font in a simple theme?

when editing the max size is 250px

i’ve tried to edit the code but it’s not working

trying to make the logo left justified but at least 600 px

https://tina-johnson-studio.myshopify.com/admin/themes/122513359018/editor?section=header

i’d also like to change the font size on the product price. need it small than the template sizes.

thank you!

1 Like

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

@tina_johnson1

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your password,
I will check out the issue and provide you a solution here.

@tina_johnson1 , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[id] #HeaderLogoWrapper,
[id] #HeaderLogoWrapper *{
    max-width: 400px !important;
    width: 100%;
}

Please let me know whether it works.

Kind regards,
Diego

1 Like

this worked! i’m so grateful - thank you!

i changed it to 500px

do you happen to know how to left align it with home and shop? thanks in advance. appreciate your help!