Okay
  Public Ticket #3709704
Scrolling text Line Height
Closed

Comments

  •  6
    Moofrad started the conversation

    Is there a way increase the line height of scrolling text. As you can see in the image the Scandinavian letters get cut of at the top. 

    Attached files:  scrolling text.jpg

  •  8,837
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •   Moofrad replied privately
  •  8,837
    Tahir replied

    Hey Again,

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

    @media only screen and (min-width: 1000px) {
        .nectar-scrolling-text.font_size_17vh .nectar-scrolling-text-inner * {
            line-height: 1.5em !important;
        }
    }

    Thanks


    ThemeNectar Support Team