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-bg-pos=center] .page-header-bg-image {
background-position: 70% !important;
}
}
Hi,
On desktop everything looks fine but on mobile it looks odd because the faces are barely recognizable any longer. Example (profile pages)
https://oklp.de/rechtsanwalt-stefan-kopp-assenmacher/
I'ld like to use an alternative page header optimized for mobile. Possible?
Best,
Hans
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