Hello,
When using the woobrands plugin the logo’s of companies don’t align next to one another but rather in one straight line down.
Any ideas as to why this is and how to fix it? – this always worked fine in any other theme I used.
http://sdcom.staging.wpengine.com
(hosted on WPengine) />
Hi eakozel,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.widget .brand-thumbnails li, .brand-thumbnails li {
clear: none;
list-style-type: none;
}
Regards,
Devin