Space At Top of Pages

Posted in: Newsmag
Post count: 4

Hello –

I am LOVING this theme and can’t wait to show it off. Making a few last-minute changes.

Is there any way I can remove the inordinate amount of space at the top of each Page?

Here is what it looks like with the title removed:

http://screencast.com/t/xJyEfBx5iD

This is what it looks like with the title in place:

http://screencast.com/t/GZac2VHwGsNU

I feel like I’d like to remove about 100-150 px of vertical space if possible.

Thanks very much!

Frank

Post count: 6535

Hi

Try this custom css, place it theme’s style.css file or alter the default css values for this selectors, the result should be like here: http://screencast.com/t/APOHb68kEt

.td_text_title_style3 span {
    top: 0px;
}

.td-grid-wrap {
    padding: 19px 13px 0px 13px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px 10px 0px 
!important;
}

.text_title_style2 {
    margin-bottom: 10px;
}

.td_text_with_title {
padding-bottom: 0px;
}

Let me know how it goes and provide more details if still need assistance on this.

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.