Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #289609
    HansH
    Participant

    Hello skandha,

    This afternoon I looked at my iPhone to check the website.
    The solution you gave me for more products on one line:

    seems not to be responsive. At first I was happy with the solution on the laptop. I was a little disappointment after seeing the iPhone.

    the buttons are not responsive and the prices are visible (as far as it concerns the link).
    I cannot upload an image or an url.The support forum refuses to do so.

    Is there a solution? The url is: https://laura.hagmeijer.nl/product/variabel-product/
    Kind regards

    Hans Hagmeijer

    #289639
    HansH
    Participant

    Hello Skandha,

    The image url

    https://1drv.ms/u/s!AlMivTDXp7Eso8tt_Xl0q3Hx-oRxFQ

    Kind regards

    Hans Hagmeijer

    #289643
    Skandha
    Participant

    @hansh: Hello Hans,
    Please replace the previous CSS Code I provided you with the following.

    @media screen and (min-width: 1024px) {
        .up-sells ul.products li.product {
            width: 16.66%;
        }
        .columns-3 ul.products li.product:nth-child(3n+1), .related ul.products li.product:nth-child(3n+1), .upsells ul.products li.product:nth-child(3n+1), .cross-sells ul.products li.product:nth-child(3n+1) {
            clear: unset;
        }
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #289656
    HansH
    Participant

    Hello Skandha,

    It works. Thank you.
    The finishing of the website is nearly there.

    It was quite a journey. Your help was fantastic. I learned a lot.

    Kind regards

    Hans Hagmeijer

    #289749
    Skandha
    Participant

    @hansh: Hello Hans,
    Glad I could help you finish the website. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘solution not responsive’ is closed to new replies.