• Resolved wpforum

    (@wordpressorgforum)


    I noticed the Page thumbnail galleries are still misaligned.

    I thought by making the Page width:100%; it would work like in the Projects. But it doesn’t

    In Style.css

    /* Pages Communiqué – main */
    .postid-85 .project .details {
    display: none;
    }
    .postid-85 .visuals {
    width:100%;
    }
    
    /* Projects Communiqué – main */
    .postid-266 .project .details {
    display: none;
    }
    .postid-266 .visuals {
    width:100%;
    }

    It should be 3 across on a desktop
    1 2 3
    4 5 6
    and two across on the mobile vertical view
    1 2
    3 4
    5 6

    instead on the mobile view it’s
    1 2
    (3 should be here) 3
    4 5
    6

    https://wordpress.org/plugins/jetpack/

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Page thumbnails misaligned on mobile view’ is closed to new replies.