• Resolved wbdlc

    (@wbdlc)


    Hi,

    I’ve enabled debugging to help aid the issue.

    I actually have this set up on another site that works wonders with the exact same configuration as what is happening here.

    I’m not entirely sure why it isn’t working, so help would be great. It’s meant to push-up before it hits the footer by a transparent separator.

    Thanks in advance ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • your site is slow as molasses…
    also, remove WWW from your site and have it load as non-www… using a WWW in your domain is a security issue…

    plus it will help with your SEO as “WWW” is a phrase and counted towards your keyword density score, which lowers it…

    BTW, I dont see no issue with your site. other than it loading dead slow

    The reason why it’s not working, is because your CSS is keeping my plugin from pushing it up. The following CSS code causes it:

    .right-info-col-sc {
        margin-top: -80px !important;
        border-radius: 0px 0px 4px 4px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16), 0 5px 14px 0 rgba(0,0,0,0.12);
    }

    My plugin is trying to pushing up the sticky element by changing the top margin, but since the code contains !important (generally bad practice in CSS), that won’t have any effect.

    You’d need to remove that from your CSS, but I don’t know the original purpose of it, so it might break other things within your theme.

    • This reply was modified 6 years, 1 month ago by Senff - a11n.
    Thread Starter wbdlc

    (@wbdlc)

    Brilliant, cheers!

    I’ve re-jigged the code behind it and now it works wonders.

    Thanks, Mark ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Push up not working?’ is closed to new replies.