Home › Community Forums › Legacy Theme Support › Social Media In header not justified to right › Reply To: Social Media In header not justified to right
December 23, 2013 at 10:10 pm
#9607

Moderator
Try adding this to your style.css file –
.smw_left {
text-align: right !important;
}
Also, if you want the text right above it to float to the right, then add text-align: right;
around line 230 in your style.css file like this –
#header .widget-area {
float: right;
padding: 20px 0 0;
text-align: right;
width: 510px;
}