• Dear all, I’ ve made a lot of trials but without result. My problem is to place a static image on the left side of my site. I’ m using the custom-community template and I’m not in the position to find the solution. Is there anyone that can help me??? If you want to see this is the address http://www.avisferentino.it

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you not able to place the image on the site at all, or do you just need help with the CSS to keep it on the right?

    If you have the image on the site with a class of ‘my_image’, then you can place it on the right with CSS similar to this:

    .my_image {
       position: fixed;
       top: 100px;
       right: 0;
    }
    Thread Starter mrzpro

    (@mrzpro)

    Hi vtxyzzy,
    if I create a new div I’m able to place the image but, inside the columns while I need to place it on the screen outside the stage…. I’ll try with the class you’ ve written and I’ll let you know if it runs…..
    thanx a lot
    mrzpro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving image’ is closed to new replies.