Okay
  Public Ticket #3420802
More space between navigation dots
Closed

Comments

  •  10
    davidkhuffman started the conversation

    In another ticket saw some css that made the nav dots bigger:

    #fp-nav.tooltip_alt ul li a {    transform: scale(1.5);
    }

    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?

  •  2,958
    Andrew replied

    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,

  •  10
    davidkhuffman replied

    yep, here's a link: http://davidh523.sg-host.com/

  •  8,839
    Tahir replied

    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):

    #fp-nav.tooltip_alt ul li a, .tooltip_alt .fp-slidesNav ul li a {
        padding: 15px 17px !important;
    }

    Thanks


    ThemeNectar Support Team