Hi . Was wonderign how to add a sticky footer to the b…

closed

Hi . Was wonderign how to add a sticky footer to the bottom of each question so the test taker doesnt have to scroll down on their handset for every question (in a single question at a time mode)

This thread has been imported from harmonicdesign.ca/hd-quiz/

March 3, 2018 at 12:02pmRob

Hi Rob,First of all, interesting idea! Second, yes, this should be possible with CSS. Please give me some time to come up with some custom CSS for you and I’ll send it to you.

03 March 2018 — 13:13support admin Dylan

Hi Rob,Please add the following CSS to your themes style.css file

@media (max-width: 800px) { #jPaginateNext, #hdQuFinish {position:fixed !important; bottom: 0; right: 0}}

This will make the buttons “sticky” on all devices with a width < 800px – so it will only affect mobile devices such as phones and tablets.

03 March 2018 — 13:27support admin Dylan

This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.