Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255702
    simone
    Participant

    Hi, I am creating a testimonial page. I want to center a quote icon over the testimonial text element. The text is aligned left – but I want the icon to center over it. Is there a way to put it in a circle? Thanks so much!

    [x_icon type=”quote-left” class=”quote_icon” ]

    .quote_icon{
    text-align:center;;
    font-size:28px;
    color:rgb(61, 123, 21);
    }

    http://new.greenepsych.com/testimonials/

    #1255875
    Rupok
    Member

    Hi there,

    You can update the icon like this :

    [x_icon type="quote-left" class="quote_icon" style="display: block; margin: 0 auto;"]

    Hope this helps.

    #1256331
    simone
    Participant

    First I would just like to say that X theme support is the best! I wish there was a testimonial box included in the theme with quotes etc. or just alter the feature box to add a text box – adding more functionality with the copy.

    Great! Thank you : ) I would like to decrease the space between the text and the icon – I tried removing padding and there are no margins? Help!

    http://new.greenepsych.com/testimonials

    #1256373
    Jade
    Moderator

    Hi there,

    I tried to check your site but it seems to be inaccessible at the moment:

    Would you mind double checking?

    Thank you.

    #1256778
    simone
    Participant

    thats odd – its up now.

    http://new.greenepsych.com/testimonials/

    #1257029
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-160 p > .x-icon-quote-left {
        line-height: 0;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1255702 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>