You can adjust the padding values as per your liking.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
#fp-nav.tooltip_alt ul li a, .tooltip_alt .fp-slidesNav ul li a {
padding: 15px 17px !important;
}
In another ticket saw some css that made the nav dots bigger:
But is there any way to make more space between the spots for fat-fingered folks?
Also, where do I put the "alt" text for each dot?
Hello there,
Thank you for reaching out to us.
Could you share your site URL so we can check this out for you?
We look forward to your response.
Thanks,
yep, here's a link: http://davidh523.sg-host.com/
Hey Again,
You can adjust the padding values as per your liking.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team