Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

Reply To: Align lines under widget title

$
0
0

Hello,

Add this code snippet for mobile devices and tablets to center widgets line

.widget-title:before, .widgettitle:before {
	left:50%;
  	margin-left:-15px;
}

.widget-title, .widgettitle {
	text-align:center;
}

Regards


Viewing all articles
Browse latest Browse all 38962

Trending Articles