Hello,
Our custom widgets are made for the frontpage sections only, we haven’t really thought about them being used in sidebars.
Send us a link to your website and I’ll see what I can do about it.
Kind regards,
Marius
Here’s the link for my blog page.
http://www.petsoffinland.com/uutiset/
And you can see the first widget is the team widget.
It’s pretty tricky, because the widget is made to occupy only a quarter of the space.
It’s CSS is:
.col-lg-3 {
width: 25%;
}
You would need to change to 100% everywhere else except on the homepage, this is where the tricky part comes.
If you want it to appear on a specific number of pages, then you can install a plugin such as this one and add this code on each page you wish to show that widget in the sidebar.
.col-lg-3 {
width: 100%;
}`
However, if you have a very large number of posts/pages you wish to show it on, it requires some changes in the php code and use sepparate CSS on homepage only.
Regards,
Marius
The code for sidebar is:
.col-lg-3 {
width: 100%;
}
I had an extra character there