Okay
  Public Ticket #2892792
Testimonial Slider
Closed

Comments

  •  1
    jamesroballen started the conversation

    Hello

    I would like to rearrange the order of the image on the testimonial slider.

    It currently goes;

    - Image
    - Quote
    - Name

    I would like it to go 

    -Quote
    -Image
    -Name

    As I think it makes more sense for the avatar profile image to be connected to the persons name. 

    Is this something you could please help with? 

    Thanks

    James


  •  8,844
    Tahir replied

    Hey jamesroballen ,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  1
    jamesroballen replied

    Thanks for quick reply;

    You can see the slider here; https://synchroma.jallen.xyz/about/

  •  8,844
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .testimonial_slider:not([data-style*="multiple_visible"]) blockquote {
        display: flex;
        flex-direction: column;
    }
    .testimonial_slider p {
        order: -1;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    jamesroballen replied

    Thanks! That's worked perfectly.


    Thank you.