How can I add html buttons and html text on layer slider? I also want to make sure these html text/buttons are responsive on mobile devices.
I tried adding the theme button shortcodes in the “html / audio / video” but it not working on responsive. If you can re-create it for me based on my screenshot, I would really appreciate it
Thanks
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
a.slidebutton2 {
margin-left: 60px;
}
}
Cheers!
Josue