Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412996

    I have problems with the adaptation of the template to mobile devices, the text is not justified and the template does not adapt
    I need it to adapt to mobile devices and it doesn’t

    #1413010

    Hi federicoc24,

    Justified text on web is not encouraged that’s why we don’t do it on the theme by default, you can check this article: https://designforhackers.com/blog/justify-text-html-css/
    As for the theme to adapt to mobile, can you point as specifically on which part of your site is messed up on mobile? can you give us a screenshot or a page where this is showing?

    Best regards,
    Nikko

    #1413069
    This reply has been marked as private.
    #1413129

    Hi federicoc24,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #main p {
        text-align: justify !important;
        hyphens: auto;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.