• Resolved duggy2010

    (@duggy2010)


    hi,
    The FAQ looks great, except that on Desktop it stretches across the full width of the screen. Is there a way to limit the width on Desktop? For example to maximum 500px.

    Thank you

    Doug

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, @duggy2010,
    Please put the below code in plugin custom CSS.

    #wpsm_accordion_105231 .wpsm_panel {
        width: 500px;
    }

    if it works let us know.

    Thank you

    Thread Starter duggy2010

    (@duggy2010)

    hi Lokeshkalosiya,

    Yes it works ??

    Thank you very much.

    Doug

    Hi @duggy2010,

    Glad that your issue has been resolved. If you like our plugin please rate us.

    Thank you

    Thread Starter duggy2010

    (@duggy2010)

    hi Lokeshkalosiya,

    Sorry, I discovered a problem with mobile browser view after the custom CSS is added. The text in the Accordion Description extends beyond the page on the right side.
    You can see it in a mobile browser.

    I tried reducing the width to a lower px number, but it’s not workable due to different phone screen resolutions.

    Is there a way to keep the text within the screen on mobile, and let it extend to 500px on desktop?

    Thanks you ??

    Hi, @duggy2010,

    Please put the below code in your custom CSS and remove the previous CSS.

    #wpsm_accordion_105231 .wpsm_panel {
        max-width: 500px;
    }

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Maximum width on Desktop?’ is closed to new replies.