• Alright,
    I have an existing site I had built for a Client before I found out about WordPress
    https://www.behavehair.com

    Im trying to integrate WP into this site so my client can update the content in his News/blog, FAQ, Testimonials etc.
    I’ve successfully figured out how move the Page Content from WP into the site using a plugin called “Page Includes”, and everything is updating beautifully…

    But now my problem is in the formatting and styling of the content.
    My sites styles are being inherited but it seems certain things, namely the padding and margins of my styles, aren’t being carried over or applied.

    What I’m noticing is WP is adding line breaks into my code, even though I’ve taken them all out in the WYSIWYG editor. It’s either adding too much space to my margins or not enough. This is happening throughout all the pages that I’m integrating with WP.

    I’m new to WP and PHP so this is all new territory to me, SOMEONE GUIDE ME PLEASE!!!

    The html pages are what I WANT the content to look like, and the php pages are the ones I’m having trouble with:

    https://www.behavehair.com/pages/faq.html
    https://www.behavehair.com/pages/faq.php (margins between questions and answers are too wide, WP is adding line breaks)

    https://www.behavehair.com/pages/products.html
    https://www.behavehair.com/pages/products.php (Image is not aligning correctly)

    https://www.behavehair.com/pages/salon.html
    https://www.behavehair.com/pages/salon.php (Not enough space between bottom of web-address and heading of next entry)

  • The topic ‘CSS and Content Formatting Issues’ is closed to new replies.