• Resolved thatryan

    (@thatryan)


    Is there some trick to getting text to center in an unstyled, slideshow, template?

    This appears to work mostly.. I have count of 3 showing. On page load, first one is centered, then it jumps to left. Next two are centered and first one remains to the left..

    .home-testimonials .testimonial-content,
    .home-testimonials .testimonial-client {
    	font-family: serif;
    	text-align: center;
    	font-style: italic;
    }

    https://www.ads-software.com/plugins/strong-testimonials/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    It sounds like the first one jumps left when the slideshow script is loaded. I’ve had other reports of that script not working well with some themes but I’ve never experienced any problems myself.

    Is this a live site? Can you post a link so I can see it?

    If not, what theme is it?

    Thread Starter thatryan

    (@thatryan)

    In dev still, but here is link,

    https://woodacrehvac.sequoiaseo.net/

    about 2/3 down page. Theme is Enfold..

    Thank you sir.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks. That first one does not fill the horizontal space so the box shrinks when it becomes a “slide.” Try this:

    .home-testimonials .testimonial {
        width: 100%;
    }

    To see what I mean:

    .testimonial {
        background: orange;
    }

    Thread Starter thatryan

    (@thatryan)

    Ah!

    Thank you, I did not get that part ha.

    Love your plugin btw. Any chance of an import feature? ??

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks! It’s been a fun project.

    Importing can be tricky but I’ve had success with manually prepared CSV files and the Really Simple CSV Importer plugin. What would you be importing from?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center Text?’ is closed to new replies.