• Resolved russtalavista

    (@russtalavista)


    I just noticed if you look at the singles post page, (check here)
    anything tagged in P is jumbled, but only when browsing using Firefox and Explorer.
    When i browse with chrome, everything is OK.
    Can you tell me what’s wrong? thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    It’s because of your CSS you did here:

    .post p {
        line-height: 0em;
    }

    You made your paragraph the height of 0. Might want to change that.

    By the way, I know some people love adding in a no-right click script, but there’s so many ways around that…easily. I’m not sure what your reason is for it, but it’s a script that adds more load time to your site where it really doesn’t do much. I can still access your images and source code (hence where I got the code above)

    Just an observation ??

    Oh, and by the way, what you did for your side column background looks awesome. Most people would just put a solid colour or photo, but that pattern suits the site very well.

    Thread Starter russtalavista

    (@russtalavista)

    oh thanks, i appreciate that! ??

    BTW, i am trying to look where I put this code u said:

    .post p {
    line-height: 0em;
    }

    but it’s not on my custom CSS area.
    could you tell me where I can edit it?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    It was in your child theme style.css file around line 14, but I just looked and it’s now 1.5em

    Thread Starter russtalavista

    (@russtalavista)

    there you go! I got it.
    thanks very much for being patient!
    Thank you, as always.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘something wrong with P tags’ is closed to new replies.