Community Forums › Forums › Design Tips and Tricks › Quick question about header/footer in the Pretty Pictures theme…
Tagged: design, pretty pictures
This topic contains 5 replies, has 2 voices, and was last updated by Pinky 2 months ago.
-
AuthorPosts
-
March 15, 2013 at 4:02 pm #27213
Hey all,
Playing around with this theme on a domain, going for a minimal look, can’t seem to get the header/footer to adjust properly.
Site: http://www.ciotti.co/
You’ll see up top that I’m reducing the height (I’ll do the same thing on the footer too) by simply adding:
height:200px;
margin:0 0 0 1px;
padding:0;…under #header.
Is there anyway to “crop” the top so to speak, so that the site title is centered and the header is reduced to have just enough space (with some slight padding) to contain the text and the Twitter button?
Thanks and have an amazing weekend.
–Greg
Content strategist at Help Scout // Founder of Sparring Mind
March 15, 2013 at 10:53 pm #27327I’m guessing you want to keep the twitter box under your name?
If so try adding this to style.css
#title-area { margin-top: -100px; width: 45%; }If you want it beside your name try adding this too:
#header .widget-area { width: 50%; float: right; margin-top: -40px; }To tweak the height from the top -you lessen margin-top: -80px; – just play with that number
Hope that was what you were looking for
cheers
Pinky
March 18, 2013 at 12:19 pm #29073March 18, 2013 at 1:28 pm #29119hey Gregory – glad I could help.
Help Scout hey… I was just looking at that yesterday through my premium wpmu membership – will be taking it for a test drive this week… coincidence ?
cheers
Pinky
March 19, 2013 at 10:44 am #29418That’s awesome! We love WPMU and just did a collaboration with them, I just saw that it recently went out (I did an interview with the founder, awesome company).
I don’t think I can PM you on this forum, but feel free to email me (GJCiotti <at> gmail) if I can help you out at all!
–Greg
Content strategist at Help Scout // Founder of Sparring Mind
March 20, 2013 at 6:45 am #29666Yeah I’ve been a wpmu member for nearly 4 years now… I jumped on the multisite bandwagon before it became part of WP. I just LARVE it!
So are you telling me the special is over?
I’m in the process of putting together my 3rd local business multisite (my first is now the largest website in it’s niche in Australia… woohoo!) – and was looking to grab the special for Help Scout next week when I can breathe again after the launch!
I might just email you for a chat!
cheers
Pinky
-
AuthorPosts
You must be logged in to reply to this topic.