• Resolved rudirudi

    (@rudirudi)


    Hi,

    I love your plugin! On mobile it looks great, but on desktop, the testimonial is the entire width. I am using elementor to display it via shortcode.
    I tried making three columns in elementor, and showing the testimonials in the middle column, but then it doesn’t show anything.

    When i set the shortcode element to a fixed width, it is no longer displayed in the center of the screen but on the left. Adding <center>around the shortcode element does nothing.

    THanks!

    • This topic was modified 4 years, 2 months ago by rudirudi.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @rudirudi,

    Apologies for replying late.

    There are options in the plugin to set columns for different devices. By default, they are set to 1. Please set the column values as per your need from the plugin General Setting Tab. Check the screenshot for a better understanding.

    If you need any further assistance please contact us.

    Thank you very much!

    Thread Starter rudirudi

    (@rudirudi)

    Hi @shapedplugin thanks for your reply. So, i want 1 column, but i dont want the column to fill the entire width of the screen. I want to set the width. Can you help me with that?

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @rudirudi,

    Apologies for the late reply.
    You can set the width of the testimonial wrapper with custom CSS.
    Use the below CSS to set width for the testimonial wrapper:

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
      #sp-testimonial-free-wrapper-972 .sp-testimonial-free-section {
       width: 543px !important;
     }
    }

    Replace the ID(972) with your carousel ID to make the CSS work.
    Hope this helps.

    Thank you very much!

    Thread Starter rudirudi

    (@rudirudi)

    That worked like a charm! Thanks so much ??

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @rudirudi,

    If you like the plugin and happy with our support, feel free to share your experience in the review section.

    Have a good day!

    Thank you so much ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Testimonial widht on desktop’ is closed to new replies.