Loss of format after posting

Discussion in 'GoldenEagle WordPress Theme' started by ebandflow, Apr 21, 2014.

Thread Status:
Not open for further replies.
  1. ebandflow

    ebandflow New Member

    Joined:
    Feb 5, 2013
    Messages:
    25
    Likes Received:
    0
    Hello,

    I use the GoldenEagle theme for website www.ebandflowyoga.com

    When I make a post the format (line spacing, margin sizes) is lost. How can I keep the format?

    For example, I am posting a newsletter into the blog section. Here are multiple screenshots of the newsletter before I "update" the post.

    Format before posting (dashboard view):
    Screen shot 2014-04-21 at 11.14.04 AM.png
    Same post: Screen shot 2014-04-21 at 11.14.24 AM.png
    Same post: Screen shot 2014-04-21 at 11.15.11 AM.png



    Then after I have updated and published the post, this is what it looks like:
    Screen shot 2014-04-21 at 11.15.56 AM.png
    Same post:
    Screen shot 2014-04-21 at 11.16.03 AM.png
    Same post:
    Screen shot 2014-04-21 at 11.16.11 AM.png
    Same post:
    Screen shot 2014-04-21 at 11.16.20 AM.png


    In the second set of screenshots you can see that the margins of the newsletter have been compressed, line spacing has been changed in some places, and everything is closer together. How do I maintain the original format when posting?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    td {
    border: none !important;
    border-top: 1px solid #ddd !important;
    padding: 6px 10px 6px 0;
    }
     
    img {
    border: 1px solid #ddd!important;
    padding: 6px;
    } 
    This will solve your issue.
     
Thread Status:
Not open for further replies.

Share This Page