Site Logo in Center

Homepage Community Forums Ally Theme Support Site Logo in Center

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13664
    intelisystems
    Customer

      Hi.

      I would like to place logo in center of header.
      How do I do so?

      #13683
      Eric
      Customer

        Do you have a link to your site?


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

        #13686
        intelisystems
        Customer
          #13712
          Eric
          Customer

            If you add the following code to the .site-header in your css it should show up in the center –

            .site-header {
                background-position: center top !important;
            }

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

            #13731
            intelisystems
            Customer

              I did but it is still on the left..

              #13744
              Eric
              Customer

                I’m not sure what all you added to your css but it was working before. Can you revert the changes you made? For example, I noticed you added float: center; which doesn’t work in css. There’s only “float: left” and “right”….center won’t work in css. If you can revert any other changes you’ve made in your css then it should work, as I’ve added the same “center” code to other sites with the same theme with no issue.


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

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