Okay
  Public Ticket #3530526
Word style
Closed

Comments

  • Andres started the conversation

    Hello!
    I am working with your template, but I have a formatting error in the words.
    If you go to the website that I have given you, you can see in the menu that the words are so close together that it cannot be read well.
    Even if you open the home page from your mobile, the H1s are not read well because the words are superimposed.
    I don't know how to fix it, I hope there is a solution.
    All the best!

  •  1,665
    Judith replied

    Hello Andres,

    Thanks for writing to us.

    The menu items are well spaced, please share a screenshot so that we can get a better view and understanding of the issue:

    7468569784.png

    I look forward to hearing from you.

  •  8,470
    Tahir replied

    Hey Again,

    Try using the New Responsive Typography Settings in here : 

    Click on Image to View Larger

    Thanks.


    ThemeNectar Support Team 

  • Andres replied

    Many thanks for your fast reply!

    8002849522.png
    2223945039.png



    I think you can see that those two/three words cannot be read well, I would like there to be a little more line spacing to be able to read it correctly.

  •  1,665
    Judith replied

    Hi Andres,

    Thanks for writing back

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #header-outer nav>ul>.megamenu ul li a, .sf-menu>li ul a {
        line-height: 23px;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.