Link to home
Start Free TrialLog in
Avatar of cansevin
cansevin

asked on

One Third properly lining up

I am trying to make 3 columns in word press. The problem is the columns aren't lining up properly. The result looks like this: http://infinite-review.com/practice/. Right after: "Our Courses Desinged for Mr. Ansevin's Classes"

[one_third]
AP Calculus Wait List [/one_third]
[one_third]
Pre-Calculus Wait List [/one_third]
[one_third_last]
Algebra II Wait List [/one_third_last]

Any idea how to get those to properly line up?
Avatar of OzFenric
OzFenric

Hi cansevin,

You have a <br/> tag following each DIV.

<div class="one_third text-align-left" ><br />
Pre-Calculus Wait List </div><br />

Open in new window


If you can remove this <br/> the divs should line up correctly. Seems a pretty simple issue - have I understood correctly?
Avatar of cansevin

ASKER

Thanks! But I can't find the <br/>... it isn't in the "text" section. Any idea where I can find that? Can you tell I am new at this?
ASKER CERTIFIED SOLUTION
Avatar of OzFenric
OzFenric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Julian Hansen
Where and how are you defining your div's?

WordPress is probably being "helpful" and putting the <br/> in for you.

If you are defining your own div's  try putting the opening <div> right next to the closing </div> of the previous button no space or line break.

Failing that tell us how you are creating your div's
You're a genius! Thanks.

Chris