• Resolved metometo22

    (@metometo22)


    Hi, i m Meto. I’m very new to WordPress and i m learning along the way.
    This is the site I made.
    I m trying to center the category images but haven’t succeeded so far.
    I have tried many CSS and search many topics but couldn’t find a solution and I decided to open a post.
    I would like to thank in advance all the community members who contribute.
    My Best.

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

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

    If I understand correctly, you want to show the categories on this page to be shown in the middle of the page. Is that right?

    You can achieve this using this CSS under your wp-admin > Appearance > Customize > Additional CSS field –

    #primary.content-area {
        float: none;
        margin: 0 auto;
    }

    I hope this gives you the expected result.

    Thank you ??

    Thread Starter metometo22

    (@metometo22)

    Hi Rashed,

    It worked out great.

    Thanks for the fast help.

    And thanks to community.

    My best wishes to all.

    Hi there,

    Awesome!

    I am glad that it was helpful. I am going to mark this thread as resolved. If you have any other queries, feel free to open a new thread.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to centre the sub-category/category images at woocomerce’ is closed to new replies.