Okay
  Public Ticket #3360424
Blog Header Text Sticks to Top on Mobile
Closed

Comments

  •  4
    mtmllc started the conversation

    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!

  •  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-parallax="1"] .span_6 {
            top: 50% !important;
            transform: translateY(-50%) !important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  •  4
    mtmllc replied

    Thanks!   Glad to see you're still here helping everyone Tahir!  Worked like a charm!