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?
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
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.