Hello,
For the bulk of the pages on the website the ‘default’ template of content left and side-bar right is used. Immediately above my H1 text (which usually starts the content) there is quite a large free space between it and the top-bar. However, the content of the sidebar is much closer to the top bar. See the image attached, the red arrow points to the free area. I would like the H1 text to be approximately parallel with the start of the sidebar content.

I have tried using the following CSS:
.x-container>.offset {
margin-top: 0;
}
as advised in the post: https://theme.co/apex/forum/t/how-to-remove-this-space/24230
However, this results in moving both the content of the body and the sidebar upwards, so that the current search bar makes contact with the top bar.
I wondered how it is best to remove the free space? Is it best to add some additional padding to the content of the sidebar, then use the following CSS again?
.x-container>.offset {
margin-top: 0;
}
Or is there CSS which removes the free space only in the body section, and not the side bar?
Your help is very much appreciated.
Regards,
John.
