Hi!!!

Is there any way to make the buttons stay in a position without following when scrolling?

Thank you!!

  • James replied to this.
  • Hi Neus ,

    Are you perhaps looking for something like this?

    If so, you can do this with a custom CSS:

    .buttonizer {
      position: absolute !important;
    }

    Let me know if this works for you!

    Hi Neus ,

    Are you perhaps looking for something like this?

    If so, you can do this with a custom CSS:

    .buttonizer {
      position: absolute !important;
    }

    Let me know if this works for you!

    5 days later

    The question of fixing a button in place is exactly what I'm trying to solve. Thanks for the answer, but I still have a problem. I am new to CSS. Where and how do I enter this command. I'd appreciate some help.

    Hi dennybop! I have added it in Appearence - Personalize - CSS/JS

    Hope this helps you!

    Kind Regards,

    Neus

    Sorry Jasper. I REALLY am new at CSS and I can't find my way around buttonizer well enough to see where your path leads..or do you mean somehow you were able to put it into my account already? "Appearance"shows in my dashboard, butit doesn't drop down to "personalize" It does, however, drop down to "customize"I may be running a different version of WP (they tell me I need to update my PHP). At any rate it seems you wouldn't have been able to put it there and I cannot find "Appearance" on buttonizer.

      Hi dennybop ,

      @Neus was talking about WordPress' built in CSS inserter.

      To add the custom CSS on your site, go to your WordPress dashboard.
      From there, go to Appearance -> Customize -> Additional CSS .

      You can then paste the code above in there. 😁

      Here's a video guide on how to find this:
      How to Easily Add Custom CSS to Your WordPress Site

      The name might change on some custom theme but it it should be around the same.

      Let me know if you are able to insert the custom CSS! 😃

      Thanks, James! I'm not a total newbie, but I've never had to rely on css and I'm only now learning how to add to it. Usually I look it over only to change some details like color or size. Now I'm making an effort to understand it. Thanks, again.
      Dennis