• Resolved wwwerbeagentur

    (@wwwerbeagentur)


    Hi Mark,

    i put #main-footer in the push-up element but that doesn’t stop my name-navigation to go into the footer. I also tried to build another section with a #stop id (which i put also in the push-up element settings) under the last person, but that didn’t work either.

    I hope you can see, what’s wrong.
    Thanks for your help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The reason why that’s not working, is all these !important rules in your CSS code:

    .et_pb_text_124 {
        font-size: 15px;
        line-height: 1.2em;
        padding-top: 0px!important;
        padding-right: 0px!important;
        padding-bottom: 0px!important;
        padding-left: 0px!important;
        margin-top: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
        margin-left: 0px!important;
    }

    Because of that, it will stop my plugin from working properly. I would recommend to take those !importants out, though I can’t say if that results in other things you might not want.

    Thread Starter wwwerbeagentur

    (@wwwerbeagentur)

    I deleted all the !importants and it worked.
    Thank you for the fast support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Push-Element #main-footer doesn’t work’ is closed to new replies.