Forums
Home / Theme: Ignite / Widget’s top border thiner
(@michelbenita)
5 years, 2 months ago
Can I make my widgets top border thiner ? Thanks
(@bensibley)
Sure, you can add this CSS to the site to make that change:
.sidebar-primary .widget { border-top-width: 2px; }
You can further reduce the size to 1px to make the borders even thinner.
Thanks a lot !
You’re welcome ??