• It seems the new fruitful-shortcodes plugin overwrites the margin set for paragraphs in fruitful theme’s style.css.

    wp-content/themes/fruitful/style.css, line 447

    p {
    	margin: 1em 0 1em 0;
    }

    gets overwritten by
    wp-content/plugins/fruitful-shortcodes/js/tabs/easy-responsive-tabs.css line 5

    .ffs-tabbed-nav ul.resp-tabs-list, p {
        margin: 0px;
        padding: 0px;
    }

    this addition “, p” looks somewhat odd, doesn’t it?

    https://www.ads-software.com/plugins/fruitful-shortcodes/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘bug: overwrites theme's styling’ is closed to new replies.