Theme overwriting plugin settings

Posted in: Newspaper
Post count: 102

I have a plug that allows for visitors to vote for a yes/no question, but since the update, the images that it displays are not being presented correctly. I have reached out to the WordPress community and the plugin author and the consensus is that something in the theme is overwriting the settings for them.

As you can see in this image: http://screencast.com/t/DIy89AQVqo, the Yes/No buttons are stacked on top of one another. However, they should be shown side by side.

Any ideas on how I can fix this? Here is a posting that has those buttons: http://aftercredits.com/2015/12/krampus-2015/

Post count: 23312

Hello ned4spd8874,

As a quick solution, you can try the code below and place it in your Theme panel->Custom Css area

.post-ratings img {
float:left;
margin-right: 10px
}

The result you should see here: http://screencast.com/t/39xCDRtXf68

Also, you can try to disable all other plugins and check that there is a conflict of plugins which causing this problem or the problem comes from our theme.

Hope this helps and let us know how it goes!

Thank you!

Post count: 102

Thanks, that helped!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.