Support » Theme: Make » Excess padding after page titles

  • Sharon

    (@prettybiddy)


    Hi – I would like to get rid of the excess padding after page titles.
    There seems to be padding after the page title, and padding before the content on the page. I would like to get rid of both. I think this involves adding some custom CSS (I have the Simple Custom CSS plugin).
    Any help is appreciated! See all the space between the page title and the content here on my website ->
    http://willowtreeantiquesandgifts.com/about-us/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Sharon

    Go to this file
    /wp-content/themes/make/style.css

    and on line 501 do u see this in the css just comment or hide this
    margin-bottom: 2.2rem;

    that shld then take care of padding.

    Tip :why dont you use firebug(firefox) or incase chrome of chrome the default web debugger ,will help you in adjusting html and css related issues.

    Anur

    Thread Starter Sharon

    (@prettybiddy)

    Hi Anur,
    Thanks for your help…
    I would rather not edit the style.css itself but add custom css to override the style.css where needed. Line 501 in style.css is “ul,” which must be different than what you have (I’m viewing it in Notepad++).

    Thread Starter Sharon

    (@prettybiddy)

    I just added this custom css and it did the trick:

    .entry-header {
    margin-bottom: 22px;
    margin-bottom: -2.2rem;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excess padding after page titles’ is closed to new replies.