Sizing Issues

Viewing 3 posts - 1 through 3 (of 3 total)
  • #14590
    DaveWilson
    Participant

    Hey there. I’ve been working on using the PinBoard theme for my web site and I’m very close to being done and happy with it. My web site is http://www.secondsightstudio.com

    However I have a couple of concerns. I want to modify sizing on a couple of areas but can’t find the code to change.

    Firstly, the header has too much white space and I don’t think my logo is being displayed full size. How can I ensure the logo is full size as well as reduce the height of the header?

    Secondly, the grey menu space is too high, I’d like to reduce that.

    Lastly, if you check my Contact Us page, all the entry fields are as big as the grey menu space, yet the font when typing is normal size. Where is the code to change how big these fields are?

    Thank you very much for your help! Bye for now!

    #14598
    Daniel Tara
    Keymaster

    To fix the logo open style.css and for the selector #site-title img add these rules:

    #site-title img {
    	max-width: 9999px;
    	width: auto;
    	margin: 0;
    	vertical-align: middle;
    }

    to decrease the height of the navigation bar you’ll have to decrease the top and bottom padding for the #access a selector.

    You will find padding values for input fields for the selectors input[type="text"], input[type="password"], textarea.

    #14605
    DaveWilson
    Participant

    Thanks a million!!! Those did the trick. Very much appreciated.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.