How to Build a Website with Hostinger Website Builder (Easiest Way)

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 7

  • @Motivation_Zen
    @Motivation_Zen Год назад +1

    Hello
    Thank you for the amazing video
    Please tell how to change the store products to two columns in the mobile viee

    • @IvanMana
      @IvanMana  Год назад +1

      Thank you my friend. Good question.. haven't looked into it personally, I would ask support, or you can from your side to get a faster reply haha

    • @Motivation_Zen
      @Motivation_Zen Год назад +1

      @@IvanMana got the answer
      You can paste a code
      @media screen and (min-width: 301px) and (max-width: 920px) {
      .block-product-list__content {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 5px !important;
      min-width: 300px;
      }
      .product-list-item__price-wrapper *,
      .product-list-item__title {
      font-size: 14px !important;
      }
      .product-list-item__button{
      padding: 5px !important;
      }
      .product-list-item__price-wrapper{
      flex-direction: column;
      }
      .product-list-item__price-content{
      justify-content: center;
      }
      }
      @media screen and (max-width: 300px) {
      .block-product-list__content {
      grid-template-columns: repeat(2, 1fr) !important;
      }
      }
      You'll get it.

    • @Motivation_Zen
      @Motivation_Zen Год назад

      @@IvanMana and one more question haha
      How to add an image slider

    • @IvanMana
      @IvanMana  Год назад +1

      don't know if that's possible without custom code! @@Motivation_Zen

    • @Motivation_Zen
      @Motivation_Zen Год назад +1

      @@IvanMana seriously!!