Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1292685

    Hey Team,

    the shop page on mobile shows hughes preview images. How can I get them smaller?
    And: The selected products seem to be displayed more to the right – out of the smartphone display. How can I solved that?

    Thank you for your help!
    Thomas

    #1292976

    Hey ThomSchu,

    How do you want to change the shop images on mobile? Please try to explain a bit further, or post a screenshot highlighting your intentions.

    Please try the following in Quick CSS under Enfold->General Styling for the alignment problem:

    @media only screen and (max-width: 767px) {
    main.template-shop {
        padding-left: 0;
    }
    }

    Best regards,
    Rikard

    #1294705

    Hi Rikard,
    that is not the solution :(
    The products are too much on the right side…

    #1294708

    This seems to work :)

    @media only screen and (max-width: 767px) {
    .sidebar_left .content {
    padding-left: 0;
    }
    }

    #1295040

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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