• Resolved Candace

    (@aunrea)


    After every entry there is

    <p></p>
    <div style="clear: both;"></div>
    <p></p>

    How can I remove that? I am trying to use css to make my own layout for it but that code is making it impossible for me to do it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author johnzenausa

    (@johnzenausa)

    @aunrea

    Can you please send me a link to the page you’re talking about.

    Plugin Author johnzenausa

    (@johnzenausa)

    I’ll make it so. But for now if you need it modify line number 758 in network-posts-extended.php. Just remove the style=”clear:both”

    Thread Starter Candace

    (@aunrea)

    I got it to work the way I want it to. I had to comment out line 752 which had $html .= "<br />"; and line 758 that you mentioned.

    I have used css to make it look look how I want here:
    https://candaceduffyjones.com/#recent-posts (I also used it in the footer, with a different look)

    I did a totally different look in a widget for a portfolio custom post type where I just wanted images.
    https://blog.sewmagicaldesigns.com

    With the clear:both and the br it was impossible to make these designs work.

    Also I had to overwrite the pagination css with !important. There shouldn’t be color added to that css, especially since it uses the same css as most themes pagination css. It was overwriting my themes css on the pagination for this plugin. Just adding !important to the theme css pagination fixed that problem.

    Plugin Author johnzenausa

    (@johnzenausa)

    Okay I will remove these in a future update. I took over this plugin and still haven’t found and corrected all hardcoded css data.

    Thanks for pointing this out and using it in your nice looking website.

    Plugin Author johnzenausa

    (@johnzenausa)

    I removed the hard coded clear: both and replaced it with a class so you can ignore it or customize it as you will.

    Please install the latest update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove and after every entry?’ is closed to new replies.