• Resolved akitzer

    (@akitzer)


    Hi Everyone,
    I just remade my test site on the actual site for Essex Community fund, but the margin disappeared! I copied over all the same CSS and everything. Does anyone know how to decrease the space between the slider and the text?
    Here is the site I’m on now: http://www.essexcommunityfund.org/ and this was my test site that I’m trying to emulate http://www.essexcommunityfund.menismiles.com/
    Additionally, does anyone know how to decrease the space between the menu and the slider. Any help would be so appreciated, thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • open your virtue.css file and find this

    .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    and just add
    margin-top: 30px; or the much you needed

    Place this CSS into Appearance> Theme Options> Advanced Settings:

    #pgc-4-0-0 .so-panel {
        margin-top: 10px;
    }

    Let me know if that fixes it for you!

    Thread Starter akitzer

    (@akitzer)

    Luckydesigner for some reason that made the space bigger I’m not sure why but thank you for responding, I appreciate your help!
    Kevin thank you so much! Your code worked beautifully!

    on my bad you need to decrease the size

    .flexslider {
    margin: -10px auto;
    padding: 0;
    }

    try this it should worl.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How do I decrease the margin underneath the slider?’ is closed to new replies.