Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Allen

    (@amweiss98)

    hello…I just looked at that page and I’m not sure where the problem is…is there a specific place where this overlap is showing?

    Thread Starter pschnetz

    (@pschnetz)

    Hi,

    Thanks for looking!

    So at this page: http://gisbuzz.com/gis-blogs/

    about 3/4 of the way down there is a heading called HxGNLive 2013 [Flickr], theres a photo of a couple of guys and the following feed is pushed up into this one. The same thing is happening sometimes on my Videos page. But if I add float:left it fixes this issue but it will show sometimes 3 separatedd feeds in the same line on my Jobs page. Is there any way I can use float:left on some pages but not others? I tried your shortcode paramater but that did not work for me.

    Also, since these pages are just feeds the post i mentioned above may be on page 2 by the time you check this.

    Thanks again!!!!!!!

    Plugin Author Allen

    (@amweiss98)

    you’ll need to put a float:left in the following selector, as seen here:

    .wprssmi-cs-items {
        border-bottom: 1px solid #DADADA;
        float: left;
        margin: 5px 0 20px;
    }

    Thread Starter pschnetz

    (@pschnetz)

    thank you, I tried that before and it works for those pages but look what it does to my Jobs page:

    http://gisbuzz.com/gis-jobs/

    The jobs page is hiding the description – maybe that’s why…

    Plugin Author Allen

    (@amweiss98)

    ok…the way I would do this, assuming you want to use the same template, is to duplicate the template (you can do this manually or use the template options tab to save (and rename) a template and then restore it with a new name…then I would change the css selectors in the div selector to wprssmi-cs-items2 and then set a new css in the templates.css file.

    this doesn’t take long as long as you know what you’re doing. Another way is to use a different template on the different pages. For example, on the gis-blogs page, just use the default template and add a line below by adding

    border-bottom: 1px solid #DADADA;

    to the div.rss-output selector

    Thread Starter pschnetz

    (@pschnetz)

    absolute genius, thank you so much for all your effort you have put into this and helping me out…im going to go rate right now!

    Plugin Author Allen

    (@amweiss98)

    Thank you!

    Plugin Author Allen

    (@amweiss98)

    Also, be sure to save the template.css file (if that’s what you changed) using the template options tab…since I’ll be pushing a new version tomorrow which will overwrite the css file

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Post overlap’ is closed to new replies.