Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118770
    happyben
    Participant

    Hey,

    how can i reduce the spacing from the picture and my content to contactform7? This space is below also to far.
    Can you give me a trick?
    Thanks a lot.
    URL: https://fussballtreff-regensburg.de
    Version 4.6.1

    Benjamin

    #1118999
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    #cfc {
     
        margin-top: 30px;
    }

    Hope it helps

    Joao

    #1120117
    happyben
    Participant

    Hey Joao,

    yes that helped. Can i have a CSS for getting the size of the contactform7 smaller? It’s too big for my opinion.

    Thanks Benjamin

    #1120151
    Thai
    Moderator

    Hi There,

    Please add this CSS also:

    #cfc {
        padding: 30px 40px 5px;
    }
    #cfc form input, 
    #cfc form textarea {
        padding: 14px;
    }
    #cfc textarea {
        height: 100px;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1118770 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>