• Resolved billron

    (@billron)


    Is it possible to only have the cover on the first page of my survey? This will eliminate having to scroll down when taking the survey on your phone.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @billron,

    Thank you for the topic.

    At the moment, unfortunately, the plugin doesn’t have an option so that you can display the cover photo only on the first page.

    By the way, thank you very much for your suggestion.
    All suggestions are welcomed and mutually beneficial for all of us.

    We will let you know in case there is an update in this regard in the future.

    At the moment, we can suggest you decrease the size of the cover photo a little bit on the mobile version.
    Please take this Custom CSS code and insert it into the Surveys > particular survey> Styles tab > Custom CSS option.

    Then, replace YOUR_SURVEY_ID with the corresponding Survey ID (e.g. 3).
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    For instance, you can replace that word with this one, if your Survey ID is 3:
    div[id*=”ays-survey-container-3″]

    @media screen and (max-width: 768px){
    div[id*="ays-survey-container-YOUR_SURVEY_ID"] .ays-survey-cover-photo-title-wrap {
    height: 200px !important;
    }
    }

    Please check this and let us know about the outcome.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Cover Picture’ is closed to new replies.