Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    I only see one image in the footer tab. Could you please add at least one more so I can check out what’s up?

    Also, I see a class called footer-carousel. Are you using a plugin or something for the footer images?

    Thread Starter lipssofacto

    (@lipssofacto)

    Here’s what I see:

    I don’t think there’s a plugin for the footer image – although I didn’t develop the site, I’m just trying to fix what I guess is a pretty small error…but unfortunately I’m totally wordpress illiterate…!

    Right.

    Well without knowing exactly how that’s build, theres only so much I can do, but here’s something you could try.

    Edit the style.css file (go to appearance -> editor and look for it in the list) by adding at its very end this

    ul#footer_carousel li {float: left; margin-right: 20px;}

    Lemme know if this worked, yeah?

    Thread Starter lipssofacto

    (@lipssofacto)

    Here’s what’s in the footer section (with your code added – which did snap it back to horizontal, thank you, but it’s not hiding and expanding in the way it should)

    /* editbymb 11012013 */

    ul#footer_carousel li {float: left; margin-right: 20px;}

    #footer_tab {
    clear: both;
    position: relative;
    width:1024px;
    margin:0 auto;
    text-align:center;
    background:#FFF;
    }

    #footer_tab img {
    position: relative;
    cursor: pointer;
    margin-bottom:-4px;
    }
    #footer_hidden_wrapper {
    width:100%;
    border-bottom:4px solid #d9d9d9;
    background:#d9d9d9;
    margin-bottom:-20px;
    }
    #footer_hidden {
    clear:both;
    width:990px;
    position: relative;
    height: 220px;
    margin:0 0 0 19px;
    margin:0 auto;
    }

    If it’s supposed to expand and stuff, then the problem is a bit bigger I think.

    You should contact the dev who built you the site.

    Thread Starter lipssofacto

    (@lipssofacto)

    Will do – thanks so much for your help anyway.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Vertical stacking error in footer tab (Inspire theme)’ is closed to new replies.