Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #984901

    Hello,
    I’m trying to adjust the image size for the portfolio grid raster, which is working fine on my desktop, but not on mobile.
    This is the desktop view:
    desktop

    This is the mobile view:
    mobile

    I used the following code change the style:

    .grid-image img { 
        width: 150px !important;
        max-width: 150px !important;
        height: 150px !important;
        margin: auto !important;
    }
    .frontpage-leistungen .grid-entry-title { font-size: 18px !important; }
    .frontpage-leistungen .grid-content { text-align: center !important; }
    .grid-entry  .image-overlay { display:none; }

    Also the text style doesn’t change on mobile view.
    What should I change on my code?

    Thanks, Enrico

    #985534

    Hey enricobaumgart,
    When I look at your site with Android I find that the font size is 18px, as your code says, and your icons are well placed:
    2018-07-14_195702
    Is this what you want? Perhaps you could try clearing your cache?

    Best regards,
    Mike

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