Home › Forums › Trusted Pro › Title jumps on page load › Reply To: Title jumps on page load
April 11, 2021 at 4:49 pm
#13990
Andy
Keymaster
Please try adding this custom CSS at Customize > Additional CSS:
@media (min-width: 1025px) {
.main-header {
padding-top: 146px !important;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.main-header {
padding-top: 130px !important;
}
}
@media (max-width: 768px) {
.main-header {
padding-top: 156px !important;
}
}