Line Spacing

Discussion in 'Appointway WordPress Theme' started by dustin807, Oct 5, 2015.

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

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    There seems to be a problem with the line spacing on my theme.

    When I make a "Page," the line spacing is fine and the text formatting is well spaced.

    However, when I make a "Blog Post," the line spacing is too close and the text formatting looks bunched up.

    Here is an example of a Page with good formatting and spacing: http://www.lazarinelaw.com/houston-criminal-defense-attorney/

    I only have to hit enter one time between paragraphs, and the spacing is fine.

    Here is an example of a Blog Post with not enough space between each line: http://www.lazarinelaw.com/dwi-lawyer/galveston/

    If I only hit enter one time between paragraphs on a blog post, the lines (and paragraphs) are spaced to close together.

    Page with good spacing: http://www.lazarinelaw.com/dwi-lawyer/

    Blog post with bad spacing: http://www.lazarinelaw.com/dwi-lawyer/galveston/

    The problem is most pronounced when there is an H1 or H2. The spacing between paragraph text and H1 or H2 text on a blog post is too close together.

    The spacing between paragraph text and H1 or H2 text on a Page is fine.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I would like to suggest you to re-install the theme once again and check after that..

    If you will still have the same issue after re-installation of the theme, then please share your dashboard credentials at [email protected] so that we can figure out the issue.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    Can you be more specific?

    Do you want me to un-install the current theme and delete it from the entire wordpress install?

    If I do that, will I lose all the text and formatting that I have already created on the home page?

    Will I have to upload new images into the featured images on the home page? Will I have to re-enter the text on the home page? Or will it all just re-appear once I upload the same Appointway theme?

    I need to you to extremely detailed and thourough in your response as I cannot afford to lose any data already entered into this client's site.
     
  4. priya

    priya Guest

    Hello,

    Try this CSS code given below in custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_content .content_bar .post .post_content p {
        font-family: Domine, 'Lucida Sans Unicode', 'Lucida Grande', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 25px !important;
        color: #312F2F !important;
        font-size: 14px !important;
        margin-bottom: 15px !important;
        font-weight: normal !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    You have resolved the issue. Thank you very much. You have made my day 100% better.
     
Thread Status:
Not open for further replies.

Share This Page