Okay
  Public Ticket #1893223
Split Line Headings cropping letter
Closed

Comments

  • D started the conversation

    using the split line headings feature for page title and the bottom of the 'g' is being cropped anywhere I use it. Tried adding padding and spacing but nothing helps. 

  •  75
    Scott replied

    Hey there,

    Thanks for reaching out. Please use this CSS here: Salient > General Settings > CSS/Script Related > Custom CSS Code

    .nectar-split-heading h1 {
        line-height: 1.2em;
    }
    

    Hope this helps,

    Regards


    Themenectar Support Team

  • D replied

    Worked perfectly, thank you!