• Resolved akhdrider

    (@akhdrider)


    Please, Is it possible to remove the top padding between the first post and the header on this new, awesome theme?

    Example of problem: ALASKA GROW IT

    The problem does not effect PAGES only POSTS.. note…

    Truck and Trailer Alaska

    Help please.

    I know how to edit files.. using the editor in admin… and can download files to edit if needed.

    Thank you for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! I looked at the Alaska Grow it page…
    Try pasting this into your Custom CSS:

    /*Reduce space above post*/
    .content-area, .content-sidebar {
      padding-top: 18px;
    }

    Let me know if that doesnt do it…

    Thread Starter akhdrider

    (@akhdrider)

    RESOLVED

    Thank you SO MUCH Salsaturation…

    So, to fix the problem…
    Go to THIS LINK

    OR Simply in your WordPress Website Administration,
    Add New Plugin, Key in “Custom CSS Manager”.
    Install and activate that.
    Then browse to your APPEARANCE in your Admin, go down to Custom Css and enter the code:

    body.blog .content-area {
    padding-top: 0px;
    }

    Save it and BAM! The problem is solved.

    My question. Is there any way to get WordPress to do an update to the theme which cures this problem?
    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Twentyfourteen] Remove Padding below header’ is closed to new replies.