• I’m new to this so I appreciate any help I can get ??

    I’d like to eliminate most of the padding above my header. When I inspect element, I can see clearly that it mentions there’s about 28px of padding.
    KnowJC.com

    media=”screen”
    html {
    margin-top: 28px !important;
    }

    Thing is, I haven’t been able to figure out how to change this when I go into the editor in my dashboard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in mobile.css line 5:

    .container {
    width: 100%;
    max-width: 1020px;
    margin: 40px auto;

    change that margin to 0 auto or 0 auto 40px

    Thread Starter KnowJC

    (@knowjc)

    Thanks for the reply ?? I’m not sure where to find the mobile.css

    These are the files I see in my editor:
    404 Template
    (404.php)
    Author Template
    (author.php)
    Category Template
    (category.php)
    Comments
    (comments.php)
    date.php
    Footer
    (footer.php)
    admin-fonts.php
    admin-functions.php
    admin-hooks.php
    admin-init.php
    admin-interface.php
    admin-setup.php
    admin-shortcode-generator.php
    admin-shortcodes.php
    theme-actions.php
    theme-options.php
    theme-scripts.php
    Theme Functions
    (functions.php)
    Header
    (header.php)
    Homepage Page Template
    (homepage.php)
    Homepage Mansory Page Template
    (homepage_alt.php)
    mag-authorinfo.php
    mag-buttons.php
    mag-navigation.php
    mag-nextprev.php
    mag-rating.php
    mag-relatedposts.php
    mag-ticker.php
    uni-404-content.php
    uni-bottombox.php
    uni-comments.php
    uni-navigation.php
    uni-searchform.php
    uni-searchformhead.php
    uni-social.php
    uni-tabs.php
    Main Index Template
    (index.php)
    Page Template
    (page.php)
    Search Results
    (search.php)
    Search Form
    (searchform.php)
    single-right.php
    single-s-right.php
    Single Post
    (single.php)
    Tag Template
    (tag.php)
    404 Page Template
    (template-404.php)
    Full Width Page Template
    (template-fullwidth.php)
    Page Redirect Page Template
    (template-redirect.php)
    Styles
    Stylesheet
    (style.css)
    style-custom.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't Figure Out How To Eliminate The Top Padding Above Header’ is closed to new replies.