Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @mariojazz,

    I have checked the site and there seems to be some Custom CSS, which sets a line-height of 1.6px to the entire site <body> based on the width of the device/screen (with a CSS media query).

    You can copy and paste the CSS below to Appearance > Customize > Additional CSS, which should fix this. Make sure to clear/purge cache of your caching plugin(s) after implementing.

    @media (min-width: 960px) { 
    body, .site-title { 
    line-height: 1.6em; }
    }

    Let me know if that does the trick for you.
    Kind regards,
    Jarno

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @mariojazz,

    Ignore the above message, it’s in the wrong thread, please try:

    #cmplz-document {
        padding: 50px;
        margin: auto;
        width: 50%;
        max-width: unset;
    }

    regards Aert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centring the text on the page’ is closed to new replies.