• Resolved yoyokhan

    (@yoyokhan)


    Hi, I am using the Neve theme with Otter. After adding the posts block, there is the issue of alignment. The central post is not aligned. Kindly help me to fix it. Another essential thing is that If I change the featured image to Medium or medium-large or Neve Blog, there is no effect, and the featured image remains the same.

    Thanks for your help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter yoyokhan

    (@yoyokhan)

    Hi,

    It been three days and no response. Kindly reply

    Thanks

    Hi @yoyokhan,

    Thanks for choosing Neve and Otter!

    Please add the code below in the Additional CSS section within the Customizer, it will solve the issue.

    @media(min-width: 961px){
    .wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    }
    }

    Have a nice day!

    Thread Starter yoyokhan

    (@yoyokhan)

    Thanks, it worked. Can you tell me why this error / issue occurred in first place ? I have other sites as well and planning to use neve with otter. Do i have to use same code this issue ?

    Thanks

    Hi @yoyokhan!

    I’m glad to hear the code helped! The issue shouldn’t occur by default, I checked this on my test instance and the layout is the expected one. However, if it appears on other sites as well, the code provided above should help fix it.

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts Block – central post is not aligned’ is closed to new replies.