• Resolved billyqureshi

    (@billyqureshi)


    hello.
    im on oceanwp and have set layout to 100% width.
    this works fine on desktop.
    i have a page which contains a gravity view.
    on mobile, in portrait, the entries are not spanning the whole width. in landscape, they do.
    the photo illustrates this.
    is there any css that will make the entries full width on portrait ?
    thank you

    https://pasteboard.co/JW4BFVb.png

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please share the page URL to check the issue.

    Thread Starter billyqureshi

    (@billyqureshi)

    Abhishek thank you so much for offering but I found a solution.
    I’m posting it here for others that have this issue.

    @media screen and (max-width: 575.98px){
    .gv-table-view tr td {
    display: flex;
    }
    }

    You are most welcome and Thank you so much for sharing the solution with us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘full width on mobile’ is closed to new replies.