I can’t seem to pinpoint the issue with menu under the title being pushed down when there are two select boxes on the right under the product.
[site urls removed]
Thank you for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The extra space is because you have second dropdown – ‘size’ – in the right-hand panel.
The easy solution is to remove this dropdown, but the bigger problem is your inflexible CSS – you need to rewrite this.
Have a look at floating the columns of content left and right with the heading above both of them. Avoiding relying on margins like the
margin-top: -490px;definition on yourproduct-collateraldiv as these will break when the content changes – as you’ve just seen..