Okay
  Public Ticket #3093522
dot navigation formatting
Closed

Comments

  •  2
    mcmaxie started the conversation

    The first dot navigation label "CONFIDENTIAL REHABILITATION" is too long for the dot navigation field. Is there any way to adjust the size of the field to accommodate the text? 

  •  279
    Noah replied

    Hi there,

    Can you try the following CSS to fix that:

    #fp-nav ul li .fp-tooltip .tooltip-inner{
        max-width:none;
    }
    

    add it to salient \ general settings - css script related - custom css code.
    Cheers.

  •  2
    mcmaxie replied

    That worked!  Thank you.