Dear @Ros_rgb
you need to give the button a link.
The CSS looks for a link:
.buttonstyle a {
padding: 15px 20px;
display: inline-block;
background-color: #e8e8e8;
border-radius: 3
}
The a means that it looks for a link.
Try to link the button to something and let us know if it worked.
All the best!
Marius
Dear @Remco-van-Dun
I would insert the buttons as HTML elements.
Then you give them a width of 70% and a padding of 15%.
Then they fill 100% of the width.
I hope I was clear :-)
Best!
Marius
wow iphone 4, i wasn't sure if lay theme still worked with iphone4. I think I did test it for the iphone4 as well back then.
could happen that lay theme will not work for iphone4 anymore one day
Dear @Prunus
yes. This is possible with CSS. It will be some work and try and error.
But not an impossible thing to do.
Unfortunately I do not have the time to code it for you.
But if you read a couple of tutorials of how dropdowns work – I am sure you will manage.
All the best!
Marius
Hi @ontherun
not sure of those plugins will work.
You can try to code it in jQuery. It's not that difficult.
Now with the STACK ELEMENTS it is even nicer to do this.
Let me know if you have a specific question.
Best!
Marius