• Resolved shields123

    (@shields123)


    Hello, right now when I add an element – say a picture – to a content aware sidebar, the default placement is at the top. I want it to be at the bottom. Is that a setting or do I have to add custom CSS?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    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?

    Thread Starter shields123

    (@shields123)

    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?

    Thread Starter shields123

    (@shields123)

    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.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    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;
    }
    Thread Starter shields123

    (@shields123)

    I had to apply CSS to the column itself to control the position. Thanks.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    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://www.ads-software.com/support/plugin/content-aware-sidebars/reviews/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Default bottom vs top’ is closed to new replies.