xCalculator
Member
Posted 5 months ago #
How does one decrease the amount of blank space between the main nav bar and the H1 title on pages/posts. See the screenshot image here for clarification. Can see the theme being used single column mode at xcalculator.com. Thanks in advance for any assistance.
mookasaurus
Member
Posted 5 months ago #
On Style.css line 720, there's padding-top 15px for .entry-title
and .hentry has padding top on the line 1070 and 1075. I think you can modify those paddings (in your child theme CSS) to decrease the space.
xCalculator
Member
Posted 5 months ago #
Thanks. You rock! Line 1076 made the biggest difference, changing singular page hentry padding to lower value, but decreasing the padding-top value on line 727 helped as well. Your help is much appreciated.