Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    I guess you are right. We will fix it in next update.

    Meanwhile if you are comfortable to edit theme file follow this steps:

    Open /Elixar/style.css file and look for below code remove it and save the file.

    .e-blog-grid-block p,
    .wrapper-post-s1 p {
        margin: 0px !important;
    }

    Probably on line number 3144

    OR

    Just put the below css rule into Appearance >> Customizer >> Additional CSS field

    .e-blog-grid-block p {
        margin-bottom: 20px !important;
    }

    you can change the margin according to your need.

    Thank You

    Thread Starter autoinflammatoryuk

    (@autoinflammatoryuk)

    Thank you so much. I used the second recommendation as I had not made a child theme.

    It worked perfectly.

    Thank you so much for all your help.

    Have a good day.

    jOhn.

    Thread Starter autoinflammatoryuk

    (@autoinflammatoryuk)

    Thank you

    You are most welcome.

    If you have any query please let us know.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with spacing in posts and pages’ is closed to new replies.