• Resolved sabre8709

    (@sabre8709)


    Hi – I”ve put the testimonial in as a slider, the home page setting is on the full width layout but the testimonials don’t go the full width of the page?

    How do I Widen the content so it isn’t so long on the page?

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sabre8709,

    The testimonial is set up to take the width of the container it’s in.
    The container it’s in is not full-width and has a max-width of 60% (theme’s styling).
    You can see this from my screenshot here: https://gyazo.com/91781e233f67c2060463ab1b11b15c22

    You would need to set that up to be full width and then the testimonial will be as well.

    Thank you,
    Mihaela

    Thread Starter sabre8709

    (@sabre8709)

    The page layout is already on full width no sidebars – once again im asking what is the code to make this full width testimonial??

    Thread Starter sabre8709

    (@sabre8709)

    can you at least help me out by letting me know what section of code it was you found this in? how do i locate this on the theme files?

    Hello @sabre8709,

    Please try adding this code in Appearance > Customize > Additional CSS:

    #lp-text-two .lp-text-card {
        max-width: 100%;
    }

    This might do it.

    All the best,
    Mihaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make this full width slider testimonial?’ is closed to new replies.