• rinosp

    (@rinosp)


    Hi,
    I noticed that when viewing on my tablet in portrait mode, it allocates a lot of space to the image section and sacrifices everything else.

    I visited your demo and the same thing happens.

    I don’t know if it happens with other screen resolutions; I only have an iPad to test.

    Specifically, it uses 2360×1640 pixels at 264 ppi, but it might happen with other resolutions as well.

    Do you have any solutions for this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    hello there,
    Thanks for using our theme and sorry for the big delay in the response…
    Please add the following code to your additional CSS:

    @media screen and ( min-width: 782px) and ( max-width: 900px ) {
    .wc-block-store-notices + div.wp-block-columns {
    .wp-block-column:first-child {
    max-width: 50% !important;
    }
    }
    }

    This will solve the issue

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    I will send a theme update ASAP with this fix included.
    Thanks for the report!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.