Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235533
    yhshin1020
    Participant

    Hey,

    I have an animated scrolling icon on my website, however I need some assistance aligning it slightly above the content band it is in.

    I have wrapped the whole animation in a div and i tried adding a margin to the div but it doesnt seem to work.

    Could you help me out?

    Thank you!

    #1235534
    yhshin1020
    Participant
    This reply has been marked as private.
    #1235679
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .demotest {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 50%;
    }

    Hope that helps.

    #1235703
    yhshin1020
    Participant

    If i wanted to position it lower, do I just adjust the top: value?

    Thanks!

    #1235719
    Christopher
    Moderator

    Hi there,

    Upon checking your site, you’ve already changed top property to 150%.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1235533 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>