Logo size and removing white space

Posted in: Newspaper
Post count: 42

Hi Guys,

I’d like to make our logo it’s native size using Head Style 1 and also reduce the amount of white space around the logo.

Please can I have the CSS to do this.

http://suttonschoolswork.co.uk/2014/

Thx.

Dave

Post count: 6600

Hi,

Please add this CSS in Theme Panel > Custom CSS:

.header-logo-wrap img {
max-width: 200px;
}

.header-logo-wrap {
margin-top: 10px;
}

.td-a-rec-id-header {
top: 0px;
}

Thanks

Post count: 42

Perfect, thx.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.