Social Media In header not justified to right

Homepage Community Forums Legacy Theme Support Social Media In header not justified to right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9596
    mcarbona
    Customer

      How can I get the social media to be right justified on the following site.

      spinnakersf.com

      #9607
      Wes
      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;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.