Jump to content

Edit History

Zohaib-fk

Zohaib-fk


Post Updated

Hi,

Inside module css file need to set text alignment center like below

 

.rsalert-info {
	background-color: #68a0de;
	border: 1px solid #68a0de;
	color: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

Example URL => https://www.w3schools.com/css/css_text_align.asp

 

spacer.png

Zohaib-fk

Zohaib-fk

Hi,

Inside module css file need to set text alignment center like below

 

.rsalert-info {
	background-color: #68a0de;
	border: 1px solid #68a0de;
	color: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

Example URL => https://www.w3schools.com/css/css_text_align.asp

×
×
  • Create New...