Viewing 4 replies - 1 through 4 (of 4 total)
  • CSS conflicts are common when theme and plugin stylesheets don’t apply enough specificity.

    In your theme’s stylesheet at line 480, change

    .full-width-content .content {
      width: 100%;
    }

    to

    .full-width-content .content {
      float: none;
      width: 100%;
    }

    Thread Starter joshwlc

    (@joshwlc)

    Chris, awesome! It works great. Really appreciate your time. Thanks so much Chris. Have a great Thanksgiving!

    You’re welcome. I’m glad it worked.

    Uncanny, unerring accuracy. I just hope omniscient Chris is around when I ask my question in a few minutes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnails Messing Up Format Next 3 Testimonials’ is closed to new replies.