This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Cenetering the Logo


  1. Lokidog
    Member

    How can I Center the logo at the top of my form?
    Is it possibel to choose where along the header I can place it, left right center etc?

    Or

    Do I have to create a logo with padding either side to center it?

    //David

    Posted 12 years ago #
  2. yuniar

    You can use CSS code for this. To center your logo, you can use this:

    #main_body h1 a {
      background-position: 50% 50%;
    }

    play around with the percentage above if you need to align it on other position.
    for example, to put the logo on the right, you can adjust it to be like this:

    #main_body h1 a {
      background-position: 100% 50%;
    }

    MachForm Founder

    Posted 12 years ago #

RSS feed for this topic

Reply