The page does not view correctly. How do I shift down the content on this page?
https://performancescoring.com/how-to-view-recent-scorecard/
The page does not view correctly. How do I shift down the content on this page?
https://performancescoring.com/how-to-view-recent-scorecard/
Hi there,
Please update this code:
.single-post .masthead {
position: relative;
width: auto;
background-color: #001937;
}
to
.single-post .masthead {
position: relative !important;
width: auto !important;
background-color: #001937;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.