• uglybeagle

    (@uglybeagle)


    I need to edit plugins to center them above and below my posts. The two plugins are WTI-Like post and Digg Digg. Basically what happened is that I edited my theme to center the posts on the page, and now the two mentioned plugins are not lined up with my posts. Anyone familiar with how I would go about editing these? Any help is appreciated. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    please post a link to your site to illustrate the alignment problem.

    Thread Starter uglybeagle

    (@uglybeagle)

    The site is http://www.drawsomethingsilly.com Thanks for responding.

    Michael

    (@alchymyth)

    it might work if you add these at the end of style.css of your theme:

    .dd_post_share { display: inline-block!important; }
    #watch_action { width:auto!important; float: none!important; display: inline-block!important; }

    the !important is needed to overwrite the styles that are coming from the plugins.

    not widely tested.

    Thread Starter uglybeagle

    (@uglybeagle)

    That worked. Thanks you so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Alignment issue with Plugins’ is closed to new replies.