Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1263313

    I would like to change the visible product number for each line column
    Now I see only one product for each line.
    I would like to create 2 columns of products.
    I refer to the product category pages

    #1263354

    Hey Cinziacreazioni87,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1263550

    ok, here is the image in the link in private
    I would like 2 products to appear per row also in the mobile version 478×689 px
    in the mobile version of 479×689 px you can see 2 products per row, I would like it like this

    thanks for the help you will give me

    #1263591

    Hi Cinziacreazioni87,

    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 {
        width: 48%;
        margin-left: 2%;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1263759

    hi, i’ve tried to insert the code, but i had problem, so i’ve delete this, but i have still problems in my website.
    how can i resolve this problem? now i have done the restoration of the backup, but i have not resolve nothing.

    #1264128

    Hi,

    Thanks for the update and sorry for the late reply. What problems did you get exactly after adding the code? If you need help adding it then please post admin WordPress login details in private.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.