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

    (@amweiss98)

    can you give me a specific url where this is happening?

    Thread Starter 409industries

    (@409industries)

    https://www.dirtyimpreza.com/newsite/

    Scroll down to where the header says “Forums” the RSS entries are directly below.

    Thank you for taking a look so quickly! ??

    Plugin Author Allen

    (@amweiss98)

    ok…go into the templates.css file (in the templates folder) and look for this line:

    div.rss-output {
        padding: 1.025em;
    }

    not take out the padding by doing this:

    div.rss-output {
       /* padding: 1.025em;*/
    }

    then go into the template options tab and save the CSS, which you can then restore after an update to the plugin.

    Thread Starter 409industries

    (@409industries)

    Hi Allen-

    Commenting out the padding completely mashed everything together.

    I went with editing the Custom CSS section of my theme to achieve the desired result.

    div.rss-output {
       padding-left: 0em !important;
    }

    Hopefully by having the code in the custom CSS section it will continue to work even after the plugin is updated, etc.

    All I needed was your help finding the right div. Thank you for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS Feeds not aligned all the way to the left?’ is closed to new replies.