Thanks in advance!
I am looking to add more spacing between words in my header section. If there is a way to add letter spacing in the code as well that would be much appreciated! Example shown below.
Example:
![]()
Thanks in advance!
I am looking to add more spacing between words in my header section. If there is a way to add letter spacing in the code as well that would be much appreciated! Example shown below.
Example:
![]()
@MMast - can you please share this page link?
password: dc
@MMast - please add this css to the very end of your base.css file and check, adjust number 2 as per your need
.header__menu-item {padding: 1.2rem 2rem;}
It worked thank you!
Hi @MMast
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Also out of curiosity would you know how to add letter spacing in the same code?
@MMast - add this css as well
.header__menu-item span {letter-spacing: 0.3rem;}
This also worked! I appreciate it thank you!