• Resolved jkbeck

    (@jkbeck)


    The theme I am using, StudioPress Executive Pro, has box-sizing set to border-box.

    This css entry in your plugin overrides that theme css and pushes practically everything on the page out of alignment. I would advise making your css specific to your widget areas so as not to completely wreck a theme.

    media=”all”
    *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

    https://wordpress.org/plugins/wp-testimonial-with-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello, Sorry for late reply. I have fixed the bug and kindly please download fresh file from wordpress.org.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘WP Testimonials overrides theme css, wrecks the page’ is closed to new replies.