Remove Page Heading Gap
-
Hi, I have hidden the page headings using the code shown
#post-40 > header > h1 { display: none; }Is there a way of completely removing the gap it leaves between the menus and our first graphic (“a school of choice…..”)
The blog I need help with is adminkdhs.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is this for a particular page or post on your site? I looked around but did not see any pages with “a school of choice” on them.
If so do you have a link so I can take a look?
Thanks!
-
Morning,
Home page of adminkdhs.wordpress.com
The graphic is just Text that says “A School of Choice Empowering students to Succeed”Thanks
-
Thanks for clarifying.
You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customizeHere is the code to paste in:
.entry-content { margin: -20px 0 0; }If you like you can tweak that pixel value (-20px) value to find what works for you. Feel free to experiment, and be sure to save your changes when you are done.
-
- The topic ‘Remove Page Heading Gap’ is closed to new replies.