Hello,
The position of the links is controlled by your theme. This plugin does not include any CSS for the link lists.
If you would like to post a link to where this is showing up incorrectly I may be able to give you some pointers to fix your theme’s css.
Cheers.
Thread Starter
peekaa
(@peekaa)
It would be really helpfull. http://prntscr.com/9ci6ep
I found there is some floating issues.
Line 625 of themes/meeta/style.css
Change to this to fix
#sidebar {
/* float: right; */
width: 355px;
overflow: hidden;
padding-top: 30px;
border-left: 1px solid #ebebeb;
margin-left: -1px;
}
Hope this helps!
Thread Starter
peekaa
(@peekaa)
Yes, thanks a lot! Moreover I deleted border-left: 1px solid #ebebeb; (the was a line left).