wordpressmobileviewblogsspacing

Spacing in my blog's mobile view is non existent


Please help me to fix the spacing on my blog's mobile view. The website is factbud.com. The desktop view is fine. Thank you in advance.

I did not try anything because I am afraid to mess the whole website. Please help me fix the problem. Very much appreciate it.


Solution

  • Add this CSS in your active theme style.css file

    @media screen and (max-width: 480px){
       body .entry-content > p {
          margin-bottom: 15px;
       }
    }