• Another company built our website using WordPress. I’ve been able to fugure most things out, but this is really stumping me and I can’t find anything in the archives that helps.

    I have empty space that I can’t seem to remove. It’s not making any sense to me. Please check out the link and help me… PLEASE!

    https://stegnerinvestments.com/about-stegner/our-people

    The “Tracey” pic seem squashed, but that’s another problem.

    Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • one possibility:

    edit the page; then edit the images and set the alignment of all images to ‘alignleft’;

    and read and apply:
    https://codex.www.ads-software.com/Wrapping_Text_Around_Images

    that ‘tracey’ image has a lot of empty lines following; use the hmtl setting of the editor to remove that; also remove the link from the image if not neccessary.

    if there are alignment problems, you might possibly need to add in style.css something like :
    .bio img { clear:both; }

    Thread Starter melissamelou

    (@melissamelou)

    Thanks, but I don’t see those “empty lines” in the hmtl. Do you? I’m not very “literate” when it comes to the “style.css”. Can you spare a little more help? Here’s how it reads:

    <p style=”text-align: left;”>Tracey G. Trosper
    Managing Director</p>
    <p style=”text-align: left;”>Few people are more goal-oriented than Tracey Trosper. Named Chief Compliance Officer at Stegner Investment Associates, Inc. in 2004, Tracey brings more than 30 years of experience as an administrative specialist. Tracey is just as determined to help each of our clients reach their goals. She is a former Assistant Vice President and lead administrator for the National City Trust Charitable/Endowment unit, and is currently a member of the National Society of Compliance Professionals. Tracey is a registered investment representative with the SEC under the terms of the Investment Advisory Act of 1940.</p>
    <p style=”text-align: left;”>Currently on iPod: Kenny Chesney</p>
    <p style=”text-align: left;”>Best advice: Have no regrets with anything you do.</p>

    I don’t see those “empty lines” in the hmtl.

    you are right – there are none (must have been an artifact of my web inspection tool).

    just continue and try to apply the other suggestions …

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't get rid of white space! Argh!!’ is closed to new replies.