Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

a simple quetion about hgtonight's Random Images plugin

remziremzi
edited November 2013 in Vanilla 2.0 - 2.8

i need to locate images at the top of content area, how can i do that with css ?

Comments

  • peregrineperegrine MVP
    edited November 2013

    post your question under the plugin please.

    all you have got to do is

    click

    http://vanillaforums.org/addon/randomimages-plugin

    and then click on ask question once you are on that page.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • remziremzi
    edited November 2013

    thank you, actually it didn't come to my mind, i will do it next time, it ll be rubbish posting the same question second time..

    share if you have a solution plz

  • Use CSS. Copy this into your custom.css file.

    #RandomImageList {
      display: inline;
      float: none;
      width: auto;
      margin-left: inherit;
    }
    
    #RandomImageList li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }
    
    #RandomImageList img {
        height: 180px;
        width: auto;
    }
    

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • @remzi said:
    it ll be rubbish posting the same question second time..

    It will be rubbish to keep posting here, now is your chance to post under that plugin :-)

    There was an error rendering this rich post.

This discussion has been closed.