Help aligning

Project Leader
Lähettäjä Costa Rica
Jäsen alkaen lokak. 2020

Can you help me with aligning the add cart icon to the bottom center? http://intranet.colegiovictoria.com/victoria/litecart.png

tim
Founder
Lähettäjä Sweden
Jäsen alkaen toukok. 2013
tim

Try changing this for the code you added to app.css:

    .products .product form[name="buy_now_form"] {
      display: none;
      position: absolute;
      top: 3em;
      right: 0.75em;
    }

Into this:

  .products .product form[name="buy_now_form"] {
    display: none;
  }
Project Leader
Lähettäjä Costa Rica
Jäsen alkaen lokak. 2020

Hi! I did the changes and it is still the same. I am running LiteCart® 2.5.4

Project Leader
Lähettäjä Costa Rica
Jäsen alkaen lokak. 2020

Modified the app.css as instructed and cleared the cache but still stays the same place.

tim
Founder
Lähettäjä Sweden
Jäsen alkaen toukok. 2013
tim

Change this

<button class="btn btn-success btn-sm" type="submit" name="add_cart_product" value="true" title="<?php echo functions::escape_html(language::translate('title_add_to_cart', 'Add To Cart')); ?>"><?php echo functions::draw_fonticon('fa-shopping-cart'); ?></button>

into

  <button class="btn btn-success btn-block" type="submit" name="add_cart_product" value="true">
    <?php echo functions::draw_fonticon('fa-shopping-cart'); ?> <?php echo language::translate('title_add_to_cart', 'Add To Cart'); ?>
  </button>
Sinä
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.