Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #452406

    Hello, I created a list of buttons, but I need them floating accompanying the roll of the page. They can not disappear when the page scroll. See the example:

    http://www.milk9.com.br/qlrweb2/elements-image/

    Is there the possibility of a float button? Can you give me this support?

    #452919

    Hi mleite1!

    Do you mean that you want them to be on a fixed position on the page? If so, you can try this CSS:

    .page-id-603 #av_section_1 {
      position: fixed !important;
      top: 125px !important;
      z-index: 10000 !important;
    }

    It will likely take a lot of time to make this display naturally which is unfortunately out of scope of theme support.

    Best regards,
    Rikard

    #453054

    Rikard, it worked. But I need to adjust some points.
    /////
    1 – Its transparent leave the background of the buttons?

    2- As I centralizo the button list?

    3 – I need to go up the list to become the next menu.

    Help me to do these three things above.

    #453577

    Hi!

    Looking at your site now it seems you fixed most of your issues yourself, right? Not sure if you need any more help or not?

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.