• I recently switched to the Blog Way theme and really enjoy it but am having a few issues:

    1) I find the text very tight within posts. Is it possible to increase the spacing between the header and the following paragraph (the spacing between paragraphs is great!).

    2) My footer isn’t showing at all. I’ve tried adding widgets to that area and can customize it but nothing appears on my site.

    3) If I show my feature image within the post, the first few words of the text appear on the right side of the picture.

    Any help is appreciated!!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kristinaisaacnutrition

    (@kristinaisaacnutrition)

    One more! I’m also getting links underneath the “related posts” at the end of a blog. These don’t have a picture and the spacing is funny.

    Thanks!

    Hello There!

    Hope you are doing good!

    1) use below css to increase space between header and following paragraph
    .entry-content h2{ margin-bottom: 20px; }

    2) Regarding the footer is not being displayed, it looks like one of the plugins is causing the issue, you may need to deactivate plugins one by one and needs to check the website to find out the plugin that is causing the issue.

    3) We will need the post URL to check the post image issue so please share it with us so that we can check the same and can provide you the custom CSS

    4) the links after the related post is post navigation for the next and previous post of the current post so one is right-aligned and one is left aligned respectively. if you don’t need it use the below CSS
    #primary .post-navigation { display:none; }

    Hope this helps!

    Regards.

    Thread Starter kristinaisaacnutrition

    (@kristinaisaacnutrition)

    This is so helpful, thank you!!

    For 3), it is happening on all my posts when the featured image is enabled. Here is an example: https://kristinaisaacnutrition.com/3-strategies-for-enjoying-christmas-2/

    Kristina

    Hello There!

    Hope you are doing good!

    Please add the below code

    body.single-post .post .entry-img{ width:100%; }

    Have a great day ahead!

    Regards,
    Team ProDesigns

    Thread Starter kristinaisaacnutrition

    (@kristinaisaacnutrition)

    Thank you so much! You guys have been so helpful!

    Thank So Much ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Paragraph spacing and footer not showing’ is closed to new replies.