Okay
  Public Ticket #468150
Text superimposed problem
Closed

Comments

  • Alexandre started the conversation

    Hello,

    We are currently experiencing a problem on the page:

    Indeed, half the time the first paragraph is no longer justified and he leaves the div .

    Also in the bottom module last comments also superimposed text

    See attachments

    Thank you in advance

  • Alexandre replied

    Additional precision: I think the problem only comes on the pages, articles : no problem

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #footer-outer #footer-widgets .col ul li {
        display: block !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Remy replied

    Thanks for your answer but It doesn\'t work.

    It looks like there is an issue with the container. The text goes out of the div content.


  •  8,851
    Tahir replied

    Hey,

    try adding this into the custom css box in the Salient options panel:

    p {
     	-webkit-font-smoothing: none!important;
    } 

    Cheers


    ThemeNectar Support Team 

  • Remy replied

    Pefect ! It\'s working now.

    Thanks