Viewing 4 replies - 1 through 4 (of 4 total)
  • You’re right, you do have 2 columns there. You can change columns and alignment with CSS:

    .page-id-1999 .container > .col-md-8{
    margin: 0 auto;
    float: none;
    }
    .page-id-1999 .container > .col-md-4{
    display: none;
    }

    Add this CSS to your stylesheet, this should work. If it doesn’t work, keep CSS in your stylesheet and post here so I can take a look at your CSS and how it interacts with your theme’s CSS to see what needs to be tweaked.

    ^V

    • This reply was modified 7 years, 11 months ago by ProjectArmy. Reason: spelling

    Try:

    .contact .container .col-md-8.col-sm-8 {
        width: 100%;
    }
    .contact .container .col-md-4.col-sm-4 {
        display: none;
    }
    Thread Starter LAGolon

    (@lagolon)

    This worked. Thank you!

    Make sure to mark topic as resolved ??

    ^V

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering Contact Form’ is closed to new replies.