• Resolved spectrejazz

    (@spectrejazz)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s not clear to me what exactly is wrong. Please can you provide more details on exactly what the issue is. If your able to create an image showing how you want the structure to look that would help.

    Also, your current slideshow image is pointing to the wrong location. It’s current pointing to the file:

    thumbnail-slideshow.jpg

    Whereas I think you might want to be pointing to:

    thumbnail-slideshow.png

    Look forward to hearing back from you;

    Afzaal

    Thread Starter spectrejazz

    (@spectrejazz)

    Thank you for replying! I must not explain things well, because I don’t usually get replies ><

    I want the page above to look like this (in regards to the slideshow):
    http://www.paddsolutions.com/wpmag/rheniumific/

    I will look at the jpg vs png issue. Looking forward to hearing more. Thanks again.

    Thread Starter spectrejazz

    (@spectrejazz)

    I fixed the thumbnail-slideshow.png issue, but it seemed to have no effect. The slideshow, as you may see on the page, is set off to the right (off-screen) whereas it should be directly below the banner and menu bar. I’ll keep trying things out. Maybe my banner is just too big.

    Thread Starter spectrejazz

    (@spectrejazz)

    The banner was too big and other things were going haywire. Started from scratch, thanks 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘repairing style/position of an element in a wrap’ is closed to new replies.