Help with Padding? Maybe?

  • Author
    Posts
  • #48192

    I’ve removed the Page Title with the following code:

    .page .type-page .entry-title { display: none;
    }

    But now there is a big blank space between the menu bar and the page content where the page title used to be.
    How do I lessen that? It’s on both my “Reviews” page & my “About Us” page.

    Review Page
    About Us

    Thank you.

    Website: sodawax.com

    #48825
    Zed
    Cryout Creations mastermind

    The theme has a built-in option to hide page titles.

    The space you want to remove is mostly part of the above content widget area (which you use to display the banner image). You can reduce its margins with:

    #main .content-widget-before, .content-widget-before > section {
        margin: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #54756

    Is there another CSS code to try? I tried the suggested, with no luck:

    #main .content-widget-before, .content-widget-before > section {
    margin: 0;
    }

    I also tried this one:

    #content {
    padding-top: 0!important;
    }
    .page-header {
    padding: 0;
    }

    Also tried:

    #main {
    padding-top: 0;
    }

    #content .entry-header {
    display: none;
    }

    I tried putting all of them (separately) in the custom CSS section of the customizer, and also in Nirvana’s “misc. settings” in the custom CSS section.

    I also tried to put all of these (separately) in the CSS code into the styles.css stylesheet (I know it isn’t advised to make changes here, as they can get lost with updates, but the other options didn’t seem to work.)

    Loading the code there didn’t work either.

    Website: www.freeingtomorrow.com

    #54857
    Zed
    Cryout Creations mastermind

    @FreeingTomorrow, the styling I gave applies to Septera.
    What are you trying to customize in Nirvana?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Help with Padding? Maybe?’ is closed to new replies.