Reducing white space in Greek Yogurt theme + rotating linked images (ads) at right side of top of every page

Permalink
1.

I'm using the Greek Yogurt theme here:

http://mmmExplore.com

I'm trying to remove or significantly reduce the amount of vertical empty (white) space that is
below the header image, and above the content or layout area.
(the white space above the words: Featured Projects.)
I've tried changing typography css and other header footer css, but am stumped.
For me, there's still too much blank space.

I really hope there is a way to do this within the Greek Yogurt theme.


2.

Is there a way to have a rotating banner ad at the right side of the sitewide site name area?
E.g. at:
http://mmmExplore.com
I currently have an image block that is the whole width of the space.
Clicking on it takes one to the Home page.

What i'm looking for is an image block at the left that still links to the home page, and say, is around 350 pixels wide.
And then a random Stack at the right that pulls up ads that are .jpgs or .pngs.

thanks for taking the time to read this.

Josh

 
enlil replied on at Permalink Reply
enlil
Look in your main.css for this:

div#main-content-inner {
margin: 55px 40px 60px;
}

Those are the margins you wan to adjust!
mjel replied on at Permalink Reply
main.css
div#main-content-inner {
margin: 55px 40px 60px;
}

Hi Enlil,

THAT WAS EXTREMELY HELPFUL.
YES, ALL CAPS ARE ON.

THANK YOU THANK YOU THANK YOU!

I've had this issue for 12 months.
And you solved it!
Fanflame replied on at Permalink Reply
Fanflame
Just came across your issue and thought that you might find this lesson helpful as I did!

http://html.net/tutorials/css/lesson10.php...

It always helps to remember the word "TReBLe" which here could stand for Top, Right, Bottom, Left. as in margin: 100px 40px 10px 70px;

Fanflame