Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1427560

    I”m trying to center the copyright text in my socket.
    found this code:

    #socket .copyright {
        text-align: center;
        width: 100%;
    }

    which worked on another site, but not on this one.
    also tried:

    #socket .copyright {
      display: block;
      text-align: center;
      float: none;
    }

    which did not work.
    Can you help me with this/
    thanks
    Nancy

    #1427594

    Hey Munford,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main #socket .copyright {
        float: none;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.