0
How to move a button (link) to the bottom of a DIV?
<div class="item-info">
<h3><a href="https://www.lookandsoul.com.br/produto/cinto-fivela-dupla-preto/">Cinto fivela dupla preto</a></h3>
<span class="product-terms">
<a href="https://www.lookandsoul.com.br/moda-feminina/news/" rel="tag">News</a>,
<a href="https://www.lookandsoul.com.br/moda-feminina/acessorios/" rel="tag">Acessórios</a>
</span>
<a href="/?add-to-cart=6245" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart is-textual product-type-simple" data-product_id="6245" data-product_sku="199000" aria-label="Adicionar “Cinto fivela dupla preto” no seu carrinho" rel="nofollow">
Comprar
</a>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">R$</span>
69,90
</span>
<span class="wc-simulador-parcelas-parcelamento-info-container">
<span class="wc-simulador-parcelas-parcelamento-info best-value no-fee">
Em até 1x de
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">R$</span>
69,90
</span>
</span>
</span>
</span>
</div>
I want to move the BUTTON class down from the ITEM-INFO class.
From point 1 to 2.
Follow CSS code print
You’d have to see which properties have the "buy" button. If you can take a print of the "inspect" tool showing the CSS button it would help to give an answer.
– Sam
This CSS shown you can change or are the theme?
– Sam
It’s from the theme. But I can put a CSS overlay.
– rodrigom