Gap between Menu and Post image

Posted in: Newspaper
Post count: 13

Hello,
There is gap between menu and Post Image on Style 7. Where could be the problem?
Thank you
https://www.dropbox.com/s/ph6rc45ygtr66tp/gap.jpg?dl=0

Post count: 13

???

Post count: 22421

Hi,

Every page in our theme has a top padding of 28 px. If you want to remove this, please edit the page in the tagdiv composer and ad a -48px top margin on the top row of the page (access the row settings and add it in the css box model under the css tab)

Thank you!

Post count: 13

You are talking about the page, my problem is on the post with Style 7 only. Post doesn’t have tagdiv composer.

Post count: 20688

Hi,

I could take a look at this, post template 7 should appear like this
https://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
Post a link to the website so I can inspect it.

Thanks

Post count: 13
Post count: 20688

Seems the blog travel demo is adding that top margin, I believe it is part of it’s design. I could give you a code to override it and remove it, like this
http://prntscr.com/m3ystz

.td-blog-travel .td-post-template-7 {
margin-top: 0;
}

This code can be entered in Theme panel->Custom code CSS section.

Post count: 13

Thank You! That works!

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