latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Pro Form Card Images

Home Forums Community Forum Pro Form Card Images

This topic contains 4 replies, has 3 voices. Last updated by  Stuart Giles 4 years, 6 months ago.

Topic Author Topic
Posted: Tuesday Jun 26th, 2012 at 5:00 pm #17579
Stuart Giles
Username: Juggy69

Hi,

How do i get the “Checkout” Signs in a horizontal layout instead of Vertical?

Regards

Stuart

List Of Topic Replies

Viewing 4 replies - 1 through 4 (of 4 total)
Author Replies
Author Replies
Posted: Wednesday Jun 27th, 2012 at 6:49 am #17641
Raam Dev
Username: Raam
Staff Member

Hi Stuart,

They should already be in a horizontal layout. s2Member’s default Pro-Form styles display the card images in a horizontal fashion.

If they’re not appearing in a horizontal layout, then you may have other CSS conflicting with s2Member’s CSS (or s2Member’s CSS might not be loading at all). Could you provide a link to the page where you’re having problems or at least give us a screenshot?

Posted: Monday Jul 9th, 2012 at 3:35 pm #18697
Stuart Giles
Username: Juggy69

Hi Raam,

The only browser is works correctly in is IE which is a surprise ;-)

I have tested on Firefox, Chrome, Safari & Opera

Url below
http://www.youracp.org/?page_id=561

Regards

Stuart

Posted: Monday Jul 9th, 2012 at 5:18 pm #18705

Hi Stuart,

The css in your theme in conflicting with those.

The conflict is in wp-content/themes/rttheme14/css/style.css?ver=3.4.1

change

/* labels */
	.content form label{
		display:block;
		float:none;
		margin: 0 10px 0 0; 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		position:relative;
	}

to

/* labels */
.content form label {
  display:inline-block;
  float:none;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-style:italic;
  margin:0;
  position:relative;
}

not sure how that will react with other aspects of your site though.

Posted: Wednesday Jul 11th, 2012 at 5:08 am #18896
Stuart Giles
Username: Juggy69

Hi Philly,

On the pro forms works a treat on all browsers, will find out where it has possibly gone later :-)

Regards

Stuart

Viewing 4 replies - 1 through 4 (of 4 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.