• Resolved yangqu

    (@yangqu)


    Hi,

    I am using “the post grid”. It looks perfectly fine in PC. But in mobile view, the grid appears a white text bar under the image, and the width of the text bar even is wider than the image’s.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    I see you write custom CSS for image add width 100% then it look fit i mobile view.

    .rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
        margin-bottom: 0px !important;
        height: 300px;
        width: 100%;
    }
    Thread Starter yangqu

    (@yangqu)

    It works! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the post grid looks weird in mobile view’ is closed to new replies.