Jump to content

Recommended Posts

Posted
16 hours ago, SHINELCO said:

Cum pot sa pun statisticile in dreapta sau stanga pe forum, ele acuma sunt pe centru, si am incercat ceva metode si nu am reusit, poate ma ajutati voi.

2LLWrhA.jpg

incearca float: right; float: left;

Posted
2 minutes ago, Cristian # said:

1. Admin Control Panel - Look & Feel - tema ta - CSS - ipb.styles.css

2. Caută #board_statsul și șterge text-align: center;

Nimic diferit tot pe centru raman statisticile....

Posted

@SHINELCO, înlocuiește ce ai în CSS cu asta:

/* board stats */
#board_stats ul { }
	#board_stats li { margin-right: 20px; }
	#board_stats .value {
		display: inline-block;
		background: #2b2b2b url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0;
		color: #fff;
		text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
		padding: 3px 7px;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin-right: 3px;
		-webkit-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
		-moz-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
		box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
	}

 

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.