Hi again,
So, maybe i'm dumb but i don't know how to set the individual buttons positionning.
I have "position" menu for buttons group, but not for the button inside themselves.
(see screenshot)
So, i can only set them vertically...
Other question : i'm using CSS to hide group with CSS class name, but it does not work with (orientation : landscape / portrait). Is it normal ?
@media (min-width: 1280px) and (orientation: landscape) {
.boutons-mobile, .boutons-mobile2 {
display: none !important;
}
}
Thanks for you support !