I’m using Elements to create a Custom header for the Single post type posts.
Code:
<div class="sp-entry-title">
<h1>
{{post_title}}
</h1>
</div>
<div class="sp-entry-meta-author-date">
Published on: {{post_date}} | Last updated on: [modified_date] | By: {{post_author}}
</div>
I have two sidebars layout: the Left sidebar, content, and Right Sidebar.
But the header is expanded fully. Hence, ads hide the title.
I would like to shrink it to the content size of URL1 to make it look like in the URL2(Private information)
Please help me.
URLs are available in the private field.