Centering Block of Text and Removing Border

In Section 3 of the page that’s in Secure Content, I’d like to center the numbered text under Instructions/Guidelines, but have the numbers remain directly under each other. I used three columns with text in the center column, but it is not centered. Shouldn’t this center the text?

In Section 4, I’d like to remove the border from around the form only on this page. I want the border to remain on all other pages. Please point me in the right direction to accomplish this.

Hi Diana,

Thank you for writing in, you can use the ROW max-width to make the text center. To do this, 1) set your row template to 1 column, 2) Turn Off the Global Container, and 3) set a max-width. Lastly, remove your empty Columns.

Add this to the Page > CSS and it should affect that page only.

.wpforms-form {
	border-width: 0 !important;
}

Hope it helps,
Cheers!

This works. Thank you much!

You are most welcome @eutaw

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.