Slider buttons distorted

Discussion in 'Dzonia WordPress Theme' started by wtrujillo, Jul 31, 2013.

  1. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    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?

    Slider Circle Padding.jpg
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page