Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152654
    cindyp
    Participant

    Hi,

    I installed a FS contact form and I can’t figure out how to make all the bars the same length.

    My url is http://www.cindypetoecz.com/contact/

    Any ideas?

    #152692
    Skandha
    Participant

    @cindyp: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:520px) {
    	.fscf-input-text {
    		width:440px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #152894
    cindyp
    Participant

    Thank you so much, I had to change a bit the width but it worked out perfectly!

    Do you also have an idea how to eliminate the “Nothing Found” text without having to publish a blog post?

    Best regards,

    Cindy

    #152895
    Skandha
    Participant

    @cindyp: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .no-results.not-found {
         display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #152899
    cindyp
    Participant

    Thank you, it worked out!

    #152900
    Skandha
    Participant

    @cindyp: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change contact form bar lenghts’ is closed to new replies.