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
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
Hi @DP93 ,
Please follow the instructions below
a.site-header__shop-name--small {
width: max-content;
font-size: clamp(30px, 3vw, 50px);
}
That worked! Thank you so much!