• Resolved mxd12

    (@mxd12)


    Is it possible to have the questions described in two different columns? I want to use one shortcode with schema markup enabled to show it 2 side by side columns because we have around 20 FAQ in same page, and if they are below each one, they make that page vey long to scroll.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @mxd12,

    Thanks for your query.

    Yes, it’s possible to show the FAQ in two different columns in two different ways. You can insert 2 shortcodes on the same page side by side using 2 columns of your page builder. But if you want to use one shortcode and want to show them side by side then it can be achieved by adding some custom CSS.

    If you prefer the second way then create a page using the shortcode and share the page link. We will provide the necessary code.

    Looking forward to your reply.

    Thread Starter mxd12

    (@mxd12)

    Hello, thanks for your answer, we made new support ticket via Shapedplugin.com. There you can see the url. Hopefully you can share this custom CSS what can make it 2 different columns.

    But yes this is also possible when we create 2 different shortcodes, but here we face new issue you see, when we add shcema markup enebled in two different shordcodes and add them to the same page Google will shortly remind us that there can be only one FAQ Schema on one page, thats why its better to have only one shortcode what we can just but halve on desktop view.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @mxd12,

    We have got the page link from your support ticket. Please add the following CSS to the custom CSS section of the plugin ( Dashboard > Easy Accordion > Settings > CUSTOM CSS > SAVE ).

    @media only screen and (min-width: 768px) { 
        #sp-ea-9057.sp-easy-accordion>.sp-ea-single {
            width: 48%;
            display: inline-table;
            margin-right: 10px;
        }
    }

    Hopefully, the code will work and the output will look like the screenshot. Apply the above code and let us know if that works for you or not.

    Looking forward to your reply.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One accordion with 2 in adjacent plots’ is closed to new replies.