Getting the footer to center

Homepage Community Forums Epik Theme Support Getting the footer to center

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6188
    Terence
    Customer

      At http://qloudpress.com I am using “Simple Edits” and I have tried using…

      #footer .wrap {
          text-align: center;
          }

      but it doesn’t seem to work.

      Any ideas?

      Terence.

      #6197
      Eric
      Customer

        I can’t seem to access the site for some reason. I’ll check again another time


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6205
        Terence
        Customer

          Yes, sorry about that. Normal service will be resumed as soon as possible.

          #6207
          Terence
          Customer

            OK, apparently it went on its holidays for a short break in Iceland. But its back now.

            #6213
            Eric
            Customer

              It looks like you got it working?


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              #6229
              Terence
              Customer

                I got the website restarted but not the footer creds to center.

                #6235
                Eric
                Customer

                  Oh I see. Add this –

                  #footer .creds {
                      float: none;
                      text-align: center;
                  }

                  The #footer .creds are already there, just add that code above and it should center.


                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  #6237
                  Terence
                  Customer

                    That’s it Eric! Perfect. Thanks.

                    #6240
                    Eric
                    Customer

                      You’re Welcome!


                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • The topic ‘Getting the footer to center’ is closed to new replies.