0

One the [Portfolio of Sectors] tab on the following page there are 3 columns the second row of columns overlap, I am not sure how to get them all to line up, can anyone help me please?

http://berrisford.gumpshen.com

1
  • 1
    Please put the relevant HTML and CSS here. Commented Feb 28, 2012 at 23:25

3 Answers 3

2

You don't have the list with class 'first' on the second row, should fix the issue.

You probably want to wrap each of these in a div as well.

Sign up to request clarification or add additional context in comments.

1 Comment

unfortunatly it is generated in xslt and I can't wrap it in a div, would be so much earlier if I could
2

h4.second and h4.third have a top margin of -30px.

See lines 926 and 934 of style.css respectively.

4 Comments

when I don't include that it messes up the first row
That's right, but it's the answer to your original question... ;-)
:) I would find that funny if there wasn't a deadline, cheers anyways
Sorry, it was a cheap snipe :)
1

Can you change it to something like this? you'll find it easier once you have the markup sorted.

<div class="column3">
   <h4 class="third">Insurance</h4>
   <ul class="third">
     <li>
       <a href="/about-our-services/portfolio-of-industry-sectors/insurance/general-motor.aspx">General &amp; Motor</a>
     </li>
    </ul>
</div>

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.