Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8595645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:29:07+00:00 2026-06-12T00:29:07+00:00

I am using nth child to remove the margin of certain elements on the

  • 0

I am using nth child to remove the margin of certain elements on the right:

.post-list-item:nth-child(3n+3) {
    margin-right: 0px;
}

But somehow it’s seems to be targetting the wrong elements:
http://poachedmag.com/column/entertainment/music/

How do I fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:29:08+00:00Added an answer on June 12, 2026 at 12:29 am

    You have another div tag inside the parent div. So the right-most elements aren’t #3, #6, and #9, but #4, #7, and #10. So either remove this extra div tag or change your CSS to:

    .post-list-item:nth-child(3n+4) {
        margin-right: 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this code $('.list-item:nth-child(5n)').after('<div class=clear><img src=http://domain.com/image.jpg width=780 height=80 alt=banner /></div>') This works
I am using JQuery's nth-child selector to alter the margin on every 3rd div
Is there an alternative for targeting elements using nth-child() for older IE browsers? Javascript
I'm using nth-child in my css code, but it does not work in IE
I have a group of article elements, using nth-child the odd ones have their
Why does every row have a red background when I'm using nth-child(odd) ? <div
It's easy to style lists and rows with alternating backgrounds using the the :nth-child(odd/even)
How, using Nth-Child could I add a class to every red box? alt text
Is it possible to use nth-child selectors to wrap 3 divs using .wrapAll ?
I am using: tr:nth-child(2n+1) { background-color: #DDDDDD; } To zebra-stripe a table. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.