How can I space out my header title on Fash Finds?


Hello,

anyone able to help me space out the title in the header? it should say fash finds but the words are merged on top of it each other. thank you,

fashfinds.us fruyaw

1 Like

Hi @DP93 ,

Please follow the instructions below

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the theme.scss file.
  3. Add the code below.
a.site-header__shop-name--small {
    width: max-content;
    font-size: clamp(30px, 3vw, 50px);
}
1 Like

That worked! Thank you so much!

1 Like