Thread Starter
docb7
(@docb7)
Perfect, thank you so much!
Thread Starter
docb7
(@docb7)
Perfect, thanks for that info! Great plugin!
Thread Starter
docb7
(@docb7)
Hi, I was fortunate to solve the problem myself. It was caused by the Theme Twenty-Seventeen and you can solve it by adding custom css:
.shariff-link {
box-shadow: none!important;
}
Best
Ben
-
This reply was modified 6 years, 1 month ago by docb7.
As I just had this issue and solved it:
Add this CSS and you have more space below your bottoms (Customizer -> Additional CSS)
.shariff {
padding-bottom: 15px;
}