Having trouble with the word spacing on your webpage bio? Check out the image below:
https://i.sstatic.net/ZyCe6.jpg
Looking for some advice on how to adjust your CSS for better word spacing? Here are some tips:
.column1 {
float: left;
margin-right: 40px;
}
.column2 {
}
p {
color: #000000;
letter-spacing: normal;
font-family: 'Helvetica Neue', sans-serif;
font-size: 14px;
line-height: 24px;
margin: 0 0 24px;
text-align: justify;
text-justify: inter-word;
}
<div class="column1">
<img alt="" src="/portals/2/Martin%20Profile.jpg" style="width: 100px; height: 100px;" title="" />
<br> Apptiv Solutions
<br> Founded 2015
<br> Martin Muldoon
<br> Founder
</div>
<div class="column2">
<p>Martins introduction to the Brewing Industry first took place in 1995. While working as a Development Engineer at Trigen Energy Corporation, he was called upon to assist in the acquisition of the power plant assets of the Coors Brewery in Golden Colorado. To this day, the Coors plant is the largest single site brewery on earth providing 30% of all beer in the U.S.</p>
</div>