Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25629

    Hi,

    When using the

      or code tag with the enfold theme, I always get an extra empty line above and below what ever text I have. Is there any way to eliminate these empty lines?

    Any help is appreciated.

    Thanks!

    #127630

    Hi,

    When using the “pre” or “code” tag with the enfold theme, I always get an extra empty line above and below what ever text I have. Is there any way to eliminate these empty lines? kinda like above! :)

    Any help is appreciated.

    Thanks!

    #127631

    Hi,

    Can you give us a link to your website? Please add this on your custom.css

    code {
    line-height: 1em;
    }

    pre {
    padding: 10px;
    line-height: 1em;
    background: #e1e1e1;
    }

    Regards,

    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra lines using’ is closed to new replies.