• Resolved pixelriffic

    (@pixelriffic)


    Hi all,

    I have tried just about every CSS modification for suggested for other WP stock themes, and no luck. I can only assume that the 2013 theme is sufficiently different.

    Tried variations like this to no avail:

    #main,.singular.page .hentry{padding:0;}

    The site is: austintopspin.com

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using a tool like Firebug to figure the classes out?

    Thread Starter pixelriffic

    (@pixelriffic)

    I’ve used the Chrome inspect element tool, and was not able to find the relative class. Please note that I have the most modest knowledge of CSS. I was hoping someone else might have discovered the fix.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Here’s some space https://snag.gy/49zwo.jpg

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And looks like there’s some more on <header class="entry-header">

    Thread Starter pixelriffic

    (@pixelriffic)

    Andrew, I do appreciate your help. Setting the .hentry class padding separately to zero did help. Still some space left, but much better.

    Thanks for your help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Edit: NVM misread.

    Did you try displaying none the header? By the way, in Chrome’s developer tools green represents padding and red/orange margin.

    Thread Starter pixelriffic

    (@pixelriffic)

    I’m using the simple CSS plugin. Tried zero padding for .header and no change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Might as well just display it none all together:

    .entry-header {
     display: none;
    }

    Thread Starter pixelriffic

    (@pixelriffic)

    Yep, that took out the last bit. Makes one wonder why this is not the default. I have definitely noticed that the norm with many of the wordpress themes out there seems to be giant headers and lots of whitespace.

    Thanks so much!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think usually there’s some info in the header, but it looks like you downloaded a plugin that hides the text inside of it so that it looks like some pointless space.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to remove whitespace under menu in 2013 theme?’ is closed to new replies.