Can you show me an example of what you mean? You can use imgur.com to upload screenshots.
What widget are you using to add elements/pictures to the sidebar?
I can’t publicize the image at this time. I will just try to explain.
The height of the column spans the entire page. Right now, when I add an element – in this case an advertisement – by default the ad appears at the top of the column in the page. Instead, by default, I want it to fall to the very bottom of the column. And if I add any additional ads to that column, they should stack at the bottom.
Does that help?
Maybe I should clarify further, it’s the sidebar I am referring to when I say “column.” So the sidebar spans the entire height of the page and I want the ad to drop to the very bottom by default.
It sounds like this needs to be fixed with CSS and is not necessarily related to Content Aware Sidebars.
Without knowing the HTML or CSS on your site, it could be done something like this:
ul.sidebar {
position:relative;
}
ul.sidebar li.widget {
position:absolute;
bottom:0;
}
I had to apply CSS to the column itself to control the position. Thanks.
I am glad you got the problem solved!
If you like the plugin and have time, please consider supporting me with a review here: https://ww.wp.xz.cn/support/plugin/content-aware-sidebars/reviews/