Can't Remove White Space Above Title
-
I’ve tried various additions to my child theme style.css in an attempt to remove some of the white space above the Title.
For examples
.entry-title { padding-top: 1px; } .singular .hentry { padding: 0; }
These entries don’t have any impact. What seems odd is that when I use Firebug to look at those css lines, they aren’t changed even though I’ve refreshed the page.
My current styles.css is:
/* Theme Name: WP Child Theme Theme URI: https://biotoxinjourney.com/ Description: My BioToxinJourney Twenty Eleven Child Theme Author: GGGreggg Author URI: https://biotoxinjourney.com/ Template: twentyeleven Version: 1.0.0 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: twenty-eleven-child */ /* remove white space above page title */ .entry-title { padding-top: 1px; // padding-top: 15px; } .singular .hentry { padding: 0; } /* hide "previous" and "next" links at bottom of posts/pages */ #nav-single { display: none; } /* hide "This entry was posted in..." at bottom of posts/pages */ .entry-meta { display: none; }
Any suggestions?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can't Remove White Space Above Title’ is closed to new replies.