[Support request] Need to correct box presentation order on smallscreens

Home Forums Support [Support request] Need to correct box presentation order on smallscreens

Home Forums Support Need to correct box presentation order on smallscreens

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #296168
    Manuel

    Dear Tom.
    We updated recently our site and everything seems ok when we open it in our desktop but not when we open it in our smartphone.
    The problem is within the homepage. We put some images representing our services. Bellow those images are text boxes giving some information about each image above.
    When we access the homepage from our smartphones it happens that the presentation is line by line (what is, in fact, understandable).
    Is it possible to put some CSS code to force the presentation in smartphone to be like image box->text box and so on or should we change something else?
    The address of our site is http://www.ecgcoop.org.
    Thanks.
    Manuel Moura

    #296265
    Leo
    Staff
    Customer Support

    Hi Manuel,

    Don’t think that problem is causing by the rencent update.

    Are those images inserted by a plugin?

    You can try using Tom’s Lightweight Grid Columns plugin:
    https://en-ca.wordpress.org/plugins/lightweight-grid-columns/

    If those are widgets then you can use this with it as well:
    https://en-ca.wordpress.org/plugins/widget-shortcode/

    Let me know if this helps.

    #296641
    Manuel

    Thanks, Leo.
    I already correct the images title issue.
    We just need to put the size of the images smaller when watching the page in a smartphone. Is it possible to have some css code for that?
    Kind regards,
    Manuel Moura

    #296758
    Leo
    Staff
    Customer Support

    Try some CSS like this:

    @media (max-width: 768px) {
        .sow-image-container {
            max-width: 150px;
            margin: auto;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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