• Resolved carrom

    (@carrom)


    I am using this beautiful theme for my hobby website (http://www.carrom.co.uk), and all’s perfect except for the excessive white space around the page title (h1) in the main content area on each page. Would someone please point me in the right direction to resolve this issue? Bit of a dinosaur when it comes to CSS – been coding since the pre-CSS days (pure HTML)!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .hentry {
        padding-top: 30px;
    }
    .entry-content {
        padding-top: 0 !important;
    }

    You can also adjust the values as per your requirement.

    Thank you.

    Thread Starter carrom

    (@carrom)

    That worked perfectly. Thanks ever so much!

    Sam

    (@soumendra)

    Welcome. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excessive Space Around Content Titles’ is closed to new replies.