Viewing 1 replies (of 1 total)
  • Plugin Author matt_d_rat

    (@matt_d_rat)

    The issue you are experiencing is being caused by a CSS rule defined in your theme’s stylesheets. Add the following CSS to your theme’s stylesheets to correct the issue:

    .timeline .section ol.events {
    	list-style: none;
    	margin: 0px;
    	padding: 0px;
    }

    In future if you have any issues with the plugin, please report them on the plugins Git hub repo as I do not often check the forum posts.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Facebook Timeline (MF Timeline)] List tyling conflict’ is closed to new replies.