I have a widget that is too small for col6, in the bottom2 position, I'd like to change this to col5 or col4, I don't see any settings for this anywhere.
I've looked at after.php which suggests that this is configured somewhere.
Where do I start?
.col3.box.mysize.last2,
.col4.box.mysize.last2,
.col6.box.mysize.last2 {
width: 25%;
}
.col3.box.mysize.last2 ~ .box.last2,
.col4.box.mysize.last2 ~ .box.last2,
.col6.box.mysize.last2 ~ .box.last2 {
width: 75%;
}
... you've solved the issue by adding the "half" class to the first widget...
mysize