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
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!
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
Thank you!
Here is a link:
https://worth-to-check.com/blue-ridge-park-north-port-florida/
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.