• Resolved vspaustuve

    (@vspaustuve)


    Hey again,

    I have another problem – it seems there is no way built in to reduce the size of the footer on our second website –

    The footer there sticks even on one of the pictures from the gallery.:(
    Could someone help with code?

    Thank You, guys!!! Many thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @vspaustuve,
    I don’t know if it can be a good solution. You could add this rule to your .css file:

    .vlt-footer .vlt-footer__inner { margin-top: 50px;
                                   }

    Let me know if it works!
    Andrea Veglia

    Thread Starter vspaustuve

    (@vspaustuve)

    Hi Andrea,

    It worked – the footer moved away from the gallery, but the footer height is still a problem: I need it small..

    Thank You so much!

    I tried to fix your footer. Try adding this to your CSS. Let me know!

    .vlt-footer .vlt-footer__inner{
                                   padding: 30px 0!important;
                                   position: fixed!important;
                                   bottom: 0px!important;
                                   width: 100%!important;
    }

    Andrea Veglia

    Thread Starter vspaustuve

    (@vspaustuve)

    hey Andrea,

    only this works: (i made it 10px)

    .vlt-footer .vlt-footer__inner
    { padding: 10px 0!important;
    }

    the other part of the code does not work:(

    Don’t worry, the second part is not essential. Looking at your site, it seems to me that your footer is correct now. ??
    If the problem is solved, remember to set the ticket status as “Resolved”.
    Andrea Veglia

    Thread Starter vspaustuve

    (@vspaustuve)

    Thank You, Andrea!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer of the second site’ is closed to new replies.