I bought a plugin, but the appearance is different in my theme.
Hello, how do I fix this:
Can you help me???
Thank´s
Hey ayron!
Add this to your custom CSS.
.widget-header li {
float: left !important;
display: block !important;
clear: none !important;
}
Best regards,
Elliott
Thank´s