Forums

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

Home Forums CSS How can I achieve this "pop out" effect? Reply To: How can I achieve this "pop out" effect?

#240790
Shikkediel
Participant

If the items are in a responsive grid (that’s what I take from that), you’d probably have to go a step further and use a cloned or pseudo element that is absolutely positioned. It’ll always mess with the layout otherwise. Responsive designs are usually not based on position: absolute. It’ll likely require more JS to determine if an item has “neighbours” and if so, how many in order to make the enlarged item zoom correctly if it’s on the side of a row.