repairing style/position of an element in a wrap
-
I hope someone out there can help. I have been trying to track this down for a while. Somehow my slideshow box has been adjusted outside of its wrapper. I must have edited something without realizing. Currently inspection reveals
<div id=”slideshow-wrap”><div id=”slideshow”><h2 class=”title”></h2><div id=”slideshow-box”><div class=”list”><div class=”item”></div></div></div></div>
<!– #slideshow –>
</div>
<!– #slideshow-wrap –>but I believe it should be
<div id=”slideshow-wrap”><div id=”slideshow”><h2 class=”title”></h2><div id=”slideshow-box”><div class=”list” style=”position: relative;”</div></div></div></div>
I can’t figure out where to change it! I know this might be very simple, but if someone could do me the favor I’d appreciate it. Here is the link to the page to see what is going wrong:
Wallingfarm
- The topic ‘repairing style/position of an element in a wrap’ is closed to new replies.