• Hello,
    I am using the testimonial widget, but I have an issue on desktop:
    I used the shortcode “[testimonials]” on a new page, and the result is fine but the second line of the testimonial (with the name, address) is a the extreme right of the page, and is just next to the right sidebar, with no space at all, which is not nice.
    How can this be resolved?
    I use the Divi theme.
    Thanks
    Tp26

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author saurabhd

    (@saurabhd)

    Hello @tp26

    I’m really sorry about the trouble.

    Could you please point me to the website page where are you seeing this issue?

    Thanks

    Thread Starter tp26

    (@tp26)

    hello and thank you for your answer.
    is it a way to send your the link as a private repsonse?
    thanks

    Plugin Author saurabhd

    (@saurabhd)

    @tp26 You can mail it to [email protected].

    Plugin Author saurabhd

    (@saurabhd)

    Hi tp26,

    I see the Testimonials Widget is responsive but in your theme you have added one code because of that there is no space at the right side.

    @media (min-width: 981px)
    style.css:5222
    .et_pb_gutters1.et_right_sidebar #left-area {
    padding-right: 0;
    }

    You can find the above code in your Divi theme style.css file in line #5222
    I would suggest you to please add some padding here, may be 3%. Please see the example below:

    @media (min-width: 981px)
    style.css:5222
    .et_pb_gutters1.et_right_sidebar #left-area {
    padding-right: 3%;
    }

    Please let me know if the issue is solved.

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