The circles on the slider bar distort when the dot is in them. See image. Can we pad them a bit more so they don't get cut off on the bottom?
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .pagination li.current a { background-position: 0 -17px; } This will solve your issue.