Hi! After updating to Salient v15, the header text on this specific page sticks to the top [ only on mobile ]. Other viewing is fine; settings are set to center it. All updates are done [ current version of WP ]. No other page shows this; thank yoU!
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (min-width: 1px) and (max-width: 999px) {
#page-header-bg[data-parallax="1"] .span_6 {
top: 50% !important;
transform: translateY(-50%) !important;
}
}
Hi! After updating to Salient v15, the header text on this specific page sticks to the top [ only on mobile ]. Other viewing is fine; settings are set to center it. All updates are done [ current version of WP ]. No other page shows this; thank yoU!
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks! Glad to see you're still here helping everyone Tahir! Worked like a charm!