Hello,
Here is the code we use, you have to customize the values.
body.page.tempo-has-header .hentry div.sarmys-content,
body.single.tempo-has-header .hentry div.sarmys-content{
margin-top: -240px;
}
@media (max-width: 1199px){
body.page.tempo-has-header .hentry div.sarmys-content,
body.single.tempo-has-header .hentry div.sarmys-content{
margin-top: -200px;
}
}
@media (max-width: 991px){
body.page.tempo-has-header .hentry div.sarmys-content,
body.single.tempo-has-header .hentry div.sarmys-content{
margin-top: -160px;
}
}
@media (max-width: 767px){
body.page.tempo-has-header .hentry div.sarmys-content,
body.single.tempo-has-header .hentry div.sarmys-content{
margin-top: -120px;
}
}
@media (max-width: 520px){
body.page.tempo-has-header .hentry div.sarmys-content,
body.single.tempo-has-header .hentry div.sarmys-content{
margin-top: -80px;
}
}