Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have a place to edit the CSS without modifying the theme’s files?
Yes. My theme is Cloriato Pro Responsive which has a CSS box. I have never used it tho
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Add this to it;
#menu .ddsmoothmenu li {
margin-right: 11px;
}
#menu .ddsmoothmenu li:last-child {
margin-right: 0;
}
#menu li a {
font-weight: bold;
}
Thank you so much. Genius.