Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #855620

    Good afternoon!
    Help to place the goods on the main page of the mobile version of the site, in 2 columns, http://lending.dp43.ru

    • This topic was modified 6 years, 6 months ago by vavrium.
    #855948

    Hey vavrium,

    I think you have a typo in the URL you posted since it’s not loading on my end, could you check please?

    Best regards,
    Rikard

    #855970

    Hi!
    Sorry, error.
    site http://lending.dp43.ru

    • This reply was modified 6 years, 6 months ago by vavrium.
    #856012
    This reply has been marked as private.
    #856201

    Hi vavrium,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top #main .products .product {
        margin: 0 0 20px 0;
        width: 49%;
        margin-right: 1%;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #856216

    Victoria!!
    You are gorgeous!! Thank you!!!!!!!
    All got two columns in the mobile version

    #856314

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #872927
    This reply has been marked as private.
    #873287

    Hi vavrium,

    Looks fine on my end, what do you mean it’spreading? Can you attach a few screenshots?

    Best regards,
    Victoria

    #873309
    This reply has been marked as private.
    #874391

    Hi,

    I’m sorry but I can’t see the issue even on mobile view. Could you provide a screenshot using imgur or dropbox?

    Best regards,
    Ismael

    #876333
    This reply has been marked as private.
    #876468
    This reply has been marked as private.
    #877321

    Hi,

    I’m sorry for the late response. Are you referring to the related products section? Please try this code in the Quick CSS field.

    @media only screen and (max-width: 1024px) {
        div .wp-caption {
           float: left;
           width: 47% !important;
       }
    }

    Remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #902106

    Hi friends help , in the mobile version you need to make a smooth card product.
    Price product screenshot mobile version product

    #902524

    Hi vavrium,

    Can you please explain a bit more what you mean by “smooth card product”?

    Best regards,
    Victoria

    #902745

    inscriptions on the cards is uneven. lines lengthen card

    #903315

    Hi,

    Please provide a link to the actual page that’s in the screenshot. Do you want to increase the width of the product column?

    Best regards,
    Ismael

    #903325

    I want the mobile version to add the height of the item card below the name and price were equal. cards must be the same size.
    click the link on your mobile device http://dp43.ru/

    #903365

    Hi,

    Thank you for the info.

    Please try this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top .thumbnail_container img {
        min-height: 154px;
      }
    
      #top div .product_on_sale .inner_product_header {
          min-height: 163px;
      }
    }

    Best regards,
    Ismael

    #903371

    You are the best technical support !!!! Thanks , looks very nice!!

    #904000

    Hi,

    Thank you for the kind words, much appreciated. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘woocommerce -mobile version 2 column product’ is closed to new replies.