Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #544382

    Hi,

    What code shall I add in order to change the width of the contact form:

    http://utv.raboff.com/2015/11/29/kontakt/

    Thanks
    Charlotte

    #544384

    Hi Charlotte!

    What kind of changes would you like to make? You can change sizes of field independently by editing the contact form element.

    Regards,
    Yigit

    #544387

    Aha… I don´t see any field for that.

    I want the width to be 800px

    Charlotte

    #544388

    Hi!

    Please add following code to Quick CSS

    .postid-51 #main .container {
        padding: 0;
    }

    Every container in main section on that post will have 800px of width

    Cheers!
    Yigit

    #544390

    No… after adding the code the contact form became wider.
    Login with

    Thanks

    #544403

    Hey!

    It is currently 809px. As i understood, goal was to make contact form wider. Can you please elaborate on the changes you would like to make so we can make sure to be on the same page?

    Cheers!
    Yigit

    #544423

    But on my screen in chrome it is much wider…
    I want the contact form to have the same width and positions as the blog posts:
    http://utv.raboff.com/2015/11/29/still-circumnavigating/

    Also I have change the value but not much happen.

    Charlotte

    #544425

    Hi!

    Can you please change the code to following one

    .postid-51 #main .container {
        padding: 0;
        max-width: 800px; 
    }

    Cheers!
    Yigit

    #544428

    Much better, thanks! :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact form – change size’ is closed to new replies.