Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Good idea, what do you think an initial max-height should be in general?

    If you take a look at your website source code, you’ll find something like

    .testimonialswidget_testimonials6 {
      min-height: 250px;
    }

    While you can’t edit that code directly yourself other than changing the minimum height via the widget, you can create your own CSS like

    .testimonialswidget_testimonials6 {
      max-height: 160px;
    }

    in your theme styles.css file.

    Thread Starter sharkyh2o

    (@sharkyh2o)

    Initial height would be 200 px

    Plugin Contributor Michael Cannon

    (@comprock)

    Are you okay now?

    Thread Starter sharkyh2o

    (@sharkyh2o)

    yes all good thanks, your plug in is working well.

    https://www.elgenuinorepuestos.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Testimonials Widget] Footer Widget Max height question’ is closed to new replies.