Hi Jan
Thanks for the quick reply. What i am looking to do is below(there is no website yet,developing on wamp). Code below is cut from firebug intialised after lightbox is activated.
<div id="cboxContent" style="float: left; width: 698px; height: 558px;">
<div class="mylogo">my logo goes here</div><div style="width: 698px; overflow: hidden; height: 430px;" id="cboxLoadedContent"><img style="margin-top: 0px; float: none;" src="https://localhost/halocms/wp-content/themes/shopperpress/thumbs/72003029.jpg" class="cboxPhoto"></div><div style="float: left; display: block;" id="cboxTitle">About</div><div class="social-button"> social media buttons go here</div>
</div>
seem div “mylogo” added as well as another div after title for social media buttons or some other content. I dont see a problem using css for my logo as we can just move the loaded content down but we would need to create a div for the social media buttons.
Hope you can help