Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #401153

    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

    #402110

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        a.slidebutton2 {
            margin-left: 60px;
        }
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.