Viewing 6 replies - 1 through 6 (of 6 total)
  • Just edit the css controling where that div gets positioned:

    #wpcontent_slider_container {
        height: 400px !important;
        margin: -35px 0; /* Change is here */
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        width: 937px !important;
    }

    Thread Starter arashmobileboy

    (@arashmobileboy)

    Thanks so much sir,it solved!

    Thread Starter arashmobileboy

    (@arashmobileboy)

    now,the bottom of slide show covers top of begin of article,

    can you help me about this too?

    Thanks so much

    I wish you had a decent web host. It takes so long to load a page….

    All that Macromedia Flash, can’t translate the page or see it on my ipad. Not to worry, I have a PC too.

    #wpcontent_slider_container {
        height: 320px !important;
        margin: -35px 0 35px; /* Added bottom margin to push it down */
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        width: 937px !important;
    }

    Thanks so much

    Thread Starter arashmobileboy

    (@arashmobileboy)

    thanks,solved,i think the problem of slow loading of the site is for size of image background and flash files ??

    i should shrink size of them

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Vertical Space Between Images’ is closed to new replies.