Okay
  Public Ticket #261727
Mobile issue with Separator with Text
Closed

Comments

  • Hayley started the conversation

    Hi there,

    I noticed that when my iPhone is in portrait, content that appears directly below a "Separator with Text" covers the first line of the content below it. See example here under the section titled "A Note About Liability"...about halfway down the page. 

    The line of text below the separator should read, "Hope Mountain Centre carries liability insurance and maintains excellent safety records." However when viewing on iPhone portrait orientation, it ends up reading, "insurance and maintains excellent safety records."

    Please help asap. Thank you :)

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    @media only screen and (max-width: 480px) {
        .vc_text_separator div {
            padding: 0px !important;
        }
    }
    

    Cheers


    ThemeNectar Support Team