E
E
Evgen Roev2020-10-27 13:18:02
Layout
Evgen Roev, 2020-10-27 13:18:02

When do I remove the block?

Example:


When I remove the block, does the <div class="product__special ">block <a href="igacashmere-8>rise up?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2020-10-27
@roevevgen

You have product_special in the stream. Naturally, if it does not exist, then the elements below will take its place.
To prevent this from happening, add:

.item {
  position: relative;
  padding: 1rem;
}
.product-special {
  position: absolute;
  top: .5rem;
}

Remove:
.product__image {
  margin-top: -27px;
}

E
Evgen Roev, 2020-10-27
@roevevgen

.item {
  position: relative;
  padding: 1rem;
}
.product-special {
  position: absolute;
  top: .5rem;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question