Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1071398

    We tried to center the footer in enfold and created a CSS for this.

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

    Unfortunatley the footer does not center…

    #1071402

    Pop a space between the socket #selector and .copyright selector.

    Eg:

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

    In future, I would add outline:1px solid red; so you can see what, if anything you are targeting. Really helps with development.

    #1072541

    Hi,

    Thanks for helping out @DigitalEssence, did you try that out and did you have any luck with it @rseybold?

    Best regards,
    Rikard

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