• jascore7

    (@jascore7)


    Hi

    I migrate a site today from a sub domain call dev.domain.com to a domain and all the spacing between copy is gone, is all plain text with no spacing but still keep the headings. I check on the text editor and everything seems fine however even recreating a page would not respect the spacing between paragraphs.

    Any idea how to fix this?

    I check the stylesheet and looks exactly the same as the domain, the DB has all the urls updated to production.

    This is with a manual migration of the wp-content folder and the DB

    Any help is highly appreciated
    Thanks

    • This topic was modified 8 years ago by jascore7.
Viewing 4 replies - 1 through 4 (of 4 total)
  • csloisel

    (@csloisel)

    Was this a one to one migration? Same exact theme, same exact plugins, and everything else?

    Thread Starter jascore7

    (@jascore7)

    Yes it was, it was a full wp-content migration

    csloisel

    (@csloisel)

    Have you tried enabling debug to see if any errors are being thrown?

    Adame

    (@dahmaniadame)

    You might be still linking to your old website for some assets. Make sure that all your CSS files are loading properly from the same domain.

    Ultimately, re-add a bottom margin for content’s paragraph on your theme’s style.css file.

    p {
      margin-bottom: 26px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing between paragraphs gone after migration’ is closed to new replies.