Maybe I don’t get the purpose of this request.
Are not these toolbars literally 3 clicks away from make them done with either blue or green blocks?
For horizontal:
With green blocks create a div element and write css or use greenshift panel to have: position: fixed; bottom:0; display:flex; flex-direction:row; width:100%;
then insert the icons/link you need inside the div
For vertical
same thing, but flex-direction:column; and instead of width you can select a height if you need it and maybe select a bottom:30%?
With blue blocks same thing as above but your div element is a box-container block.
Configure it with width (height if needed), z-index, position fixed and choose the direction
Don’t want to click around? just write the css.
It’s literally a positioned div with flex and elements inside.
Once created, save it as reusable template and it will be your base forever
Leave a Reply
You must be logged in to post a comment.