• Hi y’all,

    I’m usually not that inexpirienced in customizing wordpress themes, but iA3 really is giving me trouble. I am simply trying to find the right CSS to change the size of the logo image, which is just 142×55 px as a default. I want to be something like 250x122px.

    Anyone here to help? Please?

Viewing 1 replies (of 1 total)
  • There should be a line on 1256 in your css file that reads:

    #screen > header h1 img {
    height: 3.4375em;
    }

    It looks like you can change the size of your logo by making it a value like: 5.9375em;

Viewing 1 replies (of 1 total)

The topic ‘Change Logo in iA3 Theme’ is closed to new replies.