• Resolved HeyBlondie

    (@heyblondie)


    Hi

    We are using your plugin on our site and while we’ve been experiencing some of ‘application-request-limit-reached’ problems, when it does work, there are a lot of large spaces in the display of the contents of the feed.

    When having a look with developer tools, there appears to be quite a lot of empty ‘p’ tags throughout the feed. With formatting on our site having a margin at the bottom of every ‘p’ tag, this is extended to the facebook feed plugin and large gaps being displayed.

    While I could probably fix this with styling, it would be nice to have this cleaned up (please). ??

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi @heyblondie
    margin-bottom = 24px is added by WP theme to every p tag.
    You can overwrite this with

    
    #ffwd_container1_0 p {
    	margin-bottom:8px;
    }
    
    Thread Starter HeyBlondie

    (@heyblondie)

    yes thank you. That kind of thing is not normally an issue with plugins on this type and can be easily remedied. The main issue was not addressed however.

    The issue was actually the empty ‘p’ tags appearing throughout the content which, interestingly enough, appears to have been rectified in the latest update of the plugin.

    Thank you.

    Thread Starter HeyBlondie

    (@heyblondie)

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Messy formatting – empty ‘p’ tags’ is closed to new replies.