Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #197517

    Adam T
    Participant

    Hi there,

    Please could you tell me how to add some padding to the sides of my contact 7 form on my homepage –

    http://www.animalsitting.co.uk

    Many Thanks, Adam

    #197730

    Darshana
    Moderator

    Hi there,

    Please try adding the following CSS code into your Customizer, Custom > CSS section using the menu Appearance -> Customize.

    
    .wpcf7 {
        padding-left: 20px;
        padding-right: 20px;
    }
    

    Hope that helps.

    #197858

    Adam T
    Participant

    Hi there,

    That worked perfectly thanks.

    I now just need to add padding to the the contact us title at the widget at the bottom of my page?

    Many Thanks, Adam

    #198060

    Thai
    Moderator

    Hi Adam,
    Try adding following CSS under Custom > CSS in the Customizer:

    #text-4 .h-widget {
    padding-left: 2%;
    padding-right: 2%;
    }

    Hope it helps.

    #198203

    Adam T
    Participant

    Hi there,

    That worked great.

    Thank you

    Adam

    #198488

    Friech
    Moderator

    Glad we could help. Cheers!