DMXzone Lightbox Support Product Page
  Solved 
 Lightbox does not display content in the correct place
 Reported  02 Dec 2013  06:49:39 
  1 
     has   this problem  
  02 Dec 2013  06:49:39 andre le tissier posted: 
 Hi there,I am using CSS Nav Menu and Lightbox on the same page. The lightbox is not showing the content within the box for some reason. i presume it is a css issue but cannot find the problem. Please help. Thank you.www.buyayurt.co.uk/buy_a_yurt.php
Please click on the "Buying this yurt" link to see the problem.
Many thanks
Replies
 Replied 02 Dec 2013  12:40:53 
   02 Dec 2013  12:40:53 Teodor Kuduschiev replied: 
  Hello Andre,
In your css styles you have the following class that breaks the lightbox layout:
You can just rename it so it does not break the lightbox, as it uses the .content class for its styles.
 
  In your css styles you have the following class that breaks the lightbox layout:
.content {
     float: left;
     padding: 10px 0px;
     width: 640px;
}You can just rename it so it does not break the lightbox, as it uses the .content class for its styles.
 Replied 02 Dec 2013  16:27:13 
   02 Dec 2013  16:27:13 andre le tissier replied: 
  Thanks Teodor, all perfect now 
 
  
