• Resolved JuliePeacock

    (@juliepeacock)


    Hi There,

    I would like to move the slideshow to the bottom of the home page. Here is my site Blacksandspa.com .

    Thanks so much for any help. Sorry if I missed something obvious.

    JUlie

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter JuliePeacock

    (@juliepeacock)

    I took it off because it wasn’t looking super beautiful with my current post. I’ll put it back on. Here is the link again. Blacksandspa.com

    clickmac

    (@clickmac)

    have you tried this

    div#cc_slider-top {
    position: absolute;
    top: 1000px;
    width: 1200px;
    margin: 0 auto;
    }
    .span10 {
    position: relative;
    top: 897px;
    float: none;
    margin: 0 auto;
    }

    Thread Starter JuliePeacock

    (@juliepeacock)

    Almost perfect. I tried it but now my footer is inbetween the two. Thanks so much for your help!

    clickmac

    (@clickmac)

    remove footer

    .credits {
    display: none;
    }

    clickmac

    (@clickmac)

    i hope you are adding it in your custom css

    and here’s the best look for your site, remove the
    “div#cc_slider-top” from before and add this one

    div#cc_slider-top {
    position: absolute;
    top: 790px;
    width: 1200px;
    border-radius: 0 0 6px 6px;
    }
    div#container {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    }

    Thread Starter JuliePeacock

    (@juliepeacock)

    Thank you so much! I was adding it to the custom css and this has fixed my problem. Can’t thank you enough!

    clickmac

    (@clickmac)

    your welcome 😛 😛
    also you can get more help [link redacted per forum rules]

    Thread Starter JuliePeacock

    (@juliepeacock)

    Hey Clickmac,

    I added that css and now it just disappeared. Sorry to be a pest but any other suggestions.

    j.

    clickmac

    (@clickmac)

    you said the css worked before, what did you add exactly? : the code above that you replied to and said its working?

    Thread Starter JuliePeacock

    (@juliepeacock)

    Sorry, I know this is irriating, but I put it in like you told me to and it was fine but then when I went back to look it was gone. I don’t quite understand. This is what is in my custom css folder now.

    .credits {
    display: none;
    }

    div#cc_slider-top {
    position: absolute;
    top: 790px;
    width: 1200px;
    border-radius: 0 0 6px 6px;
    }
    div#container {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    }

    Is that right? It looks like it is trying to show up but is hangout over the side next to pages on the sidebar.

    Thanks for your help and being patient with me.

    j.

    clickmac

    (@clickmac)

    you fixed your header and inserted more widgets that is why the alignment when off
    try this

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    .credits {
    display: none;
    }
    
    div#cc_slider-top {
    position: absolute;
    top: 119em;
    width: 1000px;
    border-radius: 0 0 6px 6px;
    }
    div#container {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    }
    Thread Starter JuliePeacock

    (@juliepeacock)

    Hi Click Mac,

    You can see more of the post now but it is very far at the bottom. Any suggestions.
    Blacksandspa.com
    Thank you! Thank you! Thank You!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Moving Location of Slideshow’ is closed to new replies.