Okay
  Public Ticket #3026777
Alternative page header for mobile?
Closed

Comments

  •  12
    hans started the conversation

    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


  •  8,839
    Tahir replied

    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):

    @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;
        }
    }

    Thanks


    ThemeNectar Support Team