I am looking to add a small space in between the SPORT and SKIN logos in the top navigation of this website: https://dwellcbd.com/ what would be the code for that?
Try adding this rule to the bottom of theme.scss.css
.right-logo a:nth-child(2) {
margin-left: 10px;
}
It worked, perfectly, thank you!!
1 Like