• Resolved marjo483

    (@marjo483)


    Hi Everybody,
    I want a survey with 100% width. I don’t want left and right margins with blank space. Is it possible with free version? An example URL?
    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @marjo483,

    Thank you for the topic.

    In order to achieve your desired result, please, first of all, go and find the Survey width option.
    By this option, you can specify the width of the particular survey.

    Here you can just leave the field blank and the system will automatically set 100% for the width.

    In order to find this option, you can go to the Surveys > particular survey > Styles tab.

    See the screenshot: https://ibb.co/tDz1WPD

    Then, I want to mention, that we have created a Custom CSS special for you to achieve your preferred result.

    Please insert this Custom CSS code into the Theme > Customize > Additional CSS.

    #ays-survey-container-YOUR_SURVEY_ID{
    margin: 0;
    }

    Please note, that it will take the max-width of your Theme Container.

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter marjo483

    (@marjo483)

    Hi Jasmine.
    Thanks for your trick. Left margin dissapeared but not the right one.
    You can see a preview
    https://ibb.co/JKJFBX8

    I have just upgraded your plugin to latest version 2.1.7
    My wordpress theme is default (twentytwentyone)
    Thanks for your support.

    • This reply was modified 3 years, 2 months ago by marjo483.
    Plugin Support Jasmine

    (@hyenokian)

    Dear @marjo483,

    Thank you for your reply.

    I want to mention, that this comes from your theme max-width and is not connected with us.
    The theme is just designed in that way.

    For now, you either need to change the theme or write a Custom CSS special for that theme.
    Please note, that the container max-width must be 100% so that the full-screen mode can work.

    Thank you.

    Thread Starter marjo483

    (@marjo483)

    Hi Jasmine,
    You are right. First step is modify the style of my page to full-width. This feature is provided by wordpress twenty twenty one theme. Two usefull links
    https://www.ads-software.com/support/topic/how-to-get-full-width-container-on-twenty-twenty-one-theme/
    https://www.ads-software.com/support/topic/how-to-get-full-block-width/
    It is an important advance
    You are the best !!

    • This reply was modified 3 years, 2 months ago by marjo483.
    Plugin Support Jasmine

    (@hyenokian)

    Dear @marjo483,

    Thank you for your reply.

    First of all, thank you very much for your kind words.
    Glad to hear that everything works fine for you now.
    Customer satisfaction is the highest priority for us and we always do our best to make your experience better.

    In case of any further questions, always feel free to open a new topic.

    Thank you.

    Thread Starter marjo483

    (@marjo483)

    An example with twenty twenty one theme
    <div class=”alignfull”>[ays_survey id=”3″]</div>
    or
    <div class=”alignwide”>[ays_survey id=”3″]</div>

    Solved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Width 100% in free version’ is closed to new replies.