Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Position Images with links CS-Cart Reply To: Position Images with links CS-Cart

#183372
Paulie_D
Member

Perhaps you could make a reduced case in Codepen.io but this


.RoundAccountabilityButton {
 position: absolute;
  top: 1185px;
  left: 489px;
  z-index: 3;
 }

has some very large numbers which indicates to me that there is a layout issue. You shouldn’t need to position something that much.