You will need to change the CSS of the website. If you have a copy of the website I can see I can tell you exactly where.
Thread Starter
tsav87
(@tsav87)
#main {
clear: both;
padding: 1em 0 0;
}
Configure this file (via Dashboard or FTP)–Line:680:
http://www.latuning.com/wordpress/wp-content/themes/twentyeleven/style.css
Thread Starter
tsav87
(@tsav87)
Can I make the value smaller than 1?
I made the change but it didn’t go up as far as I wanted it to.
Of course , “0” is also a valid value .
Read on W3shool.com
Thread Starter
tsav87
(@tsav87)
Even 0 isn’t enough? maybe it’s the padding on the menu? What do you think?
On the Home-page the gap is normal .The post-title is a “H1” tag , so by default there is a small gap .
Are you talking for another page ???
Thread Starter
tsav87
(@tsav87)
The home page is fine, it’s the other pages. Basically it’s the “non-blog” type pages, the static pages.
The same principles apply to all pages (correcting CSS-rules).
List all pages that need correction .
Thread Starter
tsav87
(@tsav87)
About, How to, Media (and sub pages), and Products
/*Line 1075 */
.singular.page .hentry {
padding: 0 0;
}
Just replace the CSS-rule . It works for pages/sub-pages .
Let me know if you have other corrections .