Archived topic
separate the archive title and hook element ?
7 replies · Started by Kamruzzaman on May 3, 2021
Hello , I want to separate the archive title and hook elements. what css or what method should I use for that . (affected page on the private info)
Hi there,
The topic has been marked as resolved, have you figured it out yourself?
Let me know :)
no, please can you take a look what can I do ? I was trying different settings ,,
Are you trying to increase the space in the red box?
https://www.screencast.com/t/mkWhBT4j
If so, try this CSS:
.archive h1.page-title {
margin-bottom: 50px;
}
Let me know :)
Actually, I want to separate the container, like this- 
Hi there,
You may have to create a child theme template file for archive pages to achieve these as there's no hook after the closing tag of <header class="page-header"> that allows you to do this.
See code here - https://github.com/tomusborne/generatepress/blob/b60b853630da6d9015722da903e53c8064148b0a/inc/structure/archives.php#L12-L51
oh ok, thanks for the info
No problem. :)