Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Ajay

    (@ajay)

    What’s your site url and what code are you using now?

    Thread Starter beezer26164

    (@beezer26164)

    I’m using version 2.2.3

    Here’s my site

    Plugin Author Ajay

    (@ajay)

    Also add the following:

    .crp_related ul {
    width: 350px;
    }
    .crp_related {
    text-align: center;
    }
    Thread Starter beezer26164

    (@beezer26164)

    Sorry Ajay, It’s still not centered…Maybe I’m doing something wrong.

    Plugin Author Ajay

    (@ajay)

    Please post the complete css code you’re using here?

    Thread Starter beezer26164

    (@beezer26164)

    .crp_related {
    margin-left: auto;
    margin-right: auto;
    display: table;
    }.crp_related ul {
    width: 350px;
    }
    .crp_related {
    text-align: center;
    }

    Plugin Author Ajay

    (@ajay)

    Please try this:

    .crp_related {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    }
    .crp_related ul {
    width: 350px;
    }

    also, I just checked your site and the thumbnails are centered. Looking at the latest recent post there.

    Thread Starter beezer26164

    (@beezer26164)

    I didn’t check the last post, I thought centering it would fix all post?

    Plugin Author Ajay

    (@ajay)

    Can you please try this:

    .crp_related {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    }
    .crp_related ul {
    width: 350px;
    margin-left: 50px !important;
    }
    Thread Starter beezer26164

    (@beezer26164)

    This fixed everything except the post that was centered…Now that one is off to the right but I can live with one post not being correct.

    Thanks

    Plugin Author Ajay

    (@ajay)

    Thanks for confirming. I’m actually confused with that post that was centered. It behaves differently from the rest.

    Thread Starter beezer26164

    (@beezer26164)

    Thanks Ajay

    I don’t understand that one post either, but at least it seems like everything else is working alright!!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Your Topic for centering didn't work’ is closed to new replies.