Hello!
I install Super RSS Reader plugin. It’s menu generates on new line (http://zelenopol.net/ (footer, right colomn)).
I need to generate menu on same line.
Hey vasilybodnarchuk!
You can add this on Quick CSS or custom.css:
.srr-tab-wrap.srr-tab-style-orange.srr-clearfix li {
display: inline;
clear: none !important;
}
Regards,
Ismael
Thank you!!!