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

    (@comprock)

    Per method https://aihrus.zendesk.com/entries/24910733-How-to-Correct-Testimonials-Widget-CSS-Issues…

    .testimonials-widget-testimonial {
    border-left: none;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 210px;
    }

    Is causing the trouble. I’ll let it to you finish the with the final solution. Might I suggest something dealing with .testimonials-widget-testimonials .listing?

    Thread Starter Andrew Rivera

    (@andrewmriv)

    I had already used the css codes from your “How to Correct Testimonial Widget CSS Issues” before asking.

    I tried both

    .testimonials-widget-testimonial {
    border-left: none;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 210px;
    }

    and

    .testimonials-widget-testimonial .listing {
    border-left: none;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 210px;
    }

    No luck. I even put them both into my css and it has stayed the same size.

    Plugin Contributor Michael Cannon

    (@comprock)

    I pointed out to you the problem code.

    You might try only changing the CSS code you specifically need to like 100% width.

    Thread Starter Andrew Rivera

    (@andrewmriv)

    I tried different widths and none changed it. Tried that, 500px, and 100% and oddly nothing has changed the width.

    Plugin Contributor Michael Cannon

    (@comprock)

    My apologies on writing .listing earlier, it’s .list.

    Please try…

    .testimonials-widget-testimonial .list {
    width: 1005;
    }
    Thread Starter Andrew Rivera

    (@andrewmriv)

    No luck (and I changed the 5 to a %).

    Plugin Contributor Michael Cannon

    (@comprock)

    I don’t see the CSS changes made at the bottom of https://anwsol.com/gina/wp-content/themes/GinaFlatGreen3/style.css. Also, minor correction, remove the space between the two class names.

    .testimonials-widget-testimonial.list {
      width: 100%;
    }
    Thread Starter Andrew Rivera

    (@andrewmriv)

    Thank you! That fixes it. Just had to remove the space and that fixed it.

    Great plugin and great support. I will be sure to give you a great rating and review.

    Thank you again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Possible to make list 100% width?’ is closed to new replies.