Site logo

Archived topic

Change position on category pages

5 replies · Started by Johan on October 1, 2021

Viewing posts 1–6 of 6

Hi!

I would like to center and adjust the padding of the description and title on the category pages. How do I do this? See the attached image. I want the title and description to go within the red area.
Thanks!

Hi there,

can you share a link to an archive page so i can see the layout.

Sure. No content is added right now though but you can check the image again to see what I am looking for.

Try this CSS:

.archive .page-header {
    max-width: 700px;
    margin: auto;
    padding-bottom: 20px; /* optional */
}

Nice! Thanks alot.

You're welcome

This archived topic is closed to new replies.