Viewing 3 replies - 1 through 3 (of 3 total)
  • Look like the margin added to <p> tag is causing the issue:

    p {
        margin-bottom: 1.625em;
    }

    You can try removing or decreasing it from style sheet of theme.

    Thread Starter nvolkert

    (@nvolkert)

    I only want this pages white spaces to be fixed. Does anyone know what code I need to add or fix? I am new to code and looking for someone to tell me an exact fix.

    The first space was caused when I added the picture and the second space is under milk allergy.
    here is the code surrounding the milk allergy word:
    <p style="text-align: left;"><span style="text-align: left; text-decoration: underline;"><strong>Milk Allergy:</strong></span><strong></strong></p>

    Please help

    Thread Starter nvolkert

    (@nvolkert)

    Ok.. I had to figure it out myself again like I’ve been doing with everything.

    For the picture adding space.. I noticed it only added when there was a caption so I edited the picture and added my caption as the actual picture then added to website.

    For the Milk Allergy word issue I added this code below and changed the code under it was <p to <a
    <strong style="color: black; text-decoration: underline; font-weight: normal;">Milk Allergy:</strong>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing white space’ is closed to new replies.