• When creating my posts, the spacing is perfect. When I upload, the spacing (i.e. paragraphs) are several inches apart. When I go back to the edit page, they look perfect! What do I do?

    Julie

Viewing 10 replies - 1 through 10 (of 10 total)
  • Can you post a URL?

    Thread Starter juliemcguire

    (@juliemcguire)

    Thread Starter juliemcguire

    (@juliemcguire)

    And if you know anything about Advertising Manager and why all of a sudden ads aren’t on my Home page, I would be so appreciative! ??

    Julie

    Change the bottom or top margin for the p selector in styles.css.

    In layout.css on line 124 you have the following style

    .format_text p {
    margin-bottom: 1.571em;
    }

    Making that number smaller will adjust the paragraph spacing.

    BTW, you have some extra and empty <span></span> tags in your content which you might want to clean-up.

    Sorry, don’t know that plugin.

    All the best.

    Thread Starter juliemcguire

    (@juliemcguire)

    Thank you…but I have no idea what that means! Here is my current custom/css. Is this what you are talking about?

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Thread Starter juliemcguire

    (@juliemcguire)

    Shahar….thank you….posted my response before I read yours.

    Can you tell me what empty span tags are in my content. How do I clean that up?

    There are a few empty tags in the source code like here:

    <p><span>Unbeknown to me, my perceptive mother saved and printed every email sent to her through the years and kept them neatly in several files.  Yes. That is correct. Every single email and instant message she filed away though she had no specific idea why she was saving them.  A mother’s instinct told her to keep them. My father would later tell me that he would often ask my mother what she planned on doing with the volumes of files that she was storing.  She didn’t know. She wasn’t sure.  But she would think of something she said. Well think of something she did.</span></p>
    <p><span> </span>For

    They’re probably left-overs from editing. It’s not critical to clean them up but left-over code could be the cause of layout issues. Just something to be aware of.

    Interesting post about the gifts ??

    Thread Starter juliemcguire

    (@juliemcguire)

    Can I just go in and delete the <span> with a quick hit of the delete button?

    Honestly, I have spent the entire day trying to maintain this site! Ugh!

    Thank you so much!

    Julie

    Sure, in html view you can delete them same way as text.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Why do my posts look fine in Edit? But spacing issues!’ is closed to new replies.