Okay
  Public Ticket #2132809
contact form
Closed

Comments

  •  2
    Rian started the conversation

    Hi there,

    I'm having an issue with the contact form on all of the sites i have salient on. None of them work, and i have deactivated all non-salient related plugins to verify.


    also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.

  •  8,993


    ThemeNectar Support Team 

  •  2
    Rian replied

    thanks for the fast reply as always Tahir, i'll look into it

    what about my other request below?

    also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.

  •  8,993
    Tahir replied

    On Which page can i see the issue ?.


    ThemeNectar Support Team 

  •  2
    Rian replied

    the home page

  •  8,993
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        body .vc_row-fluid .vc_col-sm-2:nth-child(2n-1) {
            clear: both !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    thanks, that worked

    also:
    The color of the sample text on the contact form and newsletter signup forms is different on the mobile version than on the desktop. I sent a screen shot of both. how can we make those readable?

  •  8,993
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer input::placeholder {
        color: #444;
    }

    Thanks


    ThemeNectar Support Team