• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Parallax Pro – White Space Under Menu

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Parallax Pro – White Space Under Menu

This topic is: not resolved

Tagged: parallax-pro, white space

  • This topic has 5 replies, 3 voices, and was last updated 10 years, 2 months ago by gcampton.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • April 13, 2015 at 1:29 pm #147766
    Kim
    Member

    I'm using Parrallax Pro & the LayerSlider WP plugin for my site in development. For whatever reason, there is white space below the menu that I can't figure how to get rid of. Thanks for any help!

    http://dev.connectiveinsights.com/~treedbooks/
    April 13, 2015 at 1:46 pm #147771
    Christoph
    Member

    Hi Kim,

    around line 549 of the style.css you have margin-top: 70px;

    .parallax-home .site-inner {
        margin-top: 70px;
        max-width: 100%;
    }

    If you set that to 50px the white space is not showing.

    But on mobile you can see the title Layer Slider and more white space. So you probably have to adjust the media queries.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    April 13, 2015 at 1:59 pm #147775
    Kim
    Member

    Awesome!!!! Thank you so much, Christoph!

    Hummmm, I've never had to do anything w/ the media queries and wouldn't know where to start. Any chance you can point me in the right direction? Thanks!

    April 13, 2015 at 2:35 pm #147787
    Christoph
    Member

    Hi Kim,

    the white space on mobile is caused by the widget title.
    You might want to remove the widget title from the slider widget or add this to the style.css:

    #layerslider_widget-2 .widget-title {
    	display: none;
    }

    The header/navigation looks nicer on mobile if you change (around line 1874)

    .site-header .widget-area {
    	width: 560px;
    }

    to

    
    .site-header .widget-area {
    	width: 570px;
    }

    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    April 13, 2015 at 3:02 pm #147794
    Kim
    Member

    Oh gotcha. I didn't even realize the widget had a title for that item. I removed it. Thank you again!

    April 13, 2015 at 8:12 pm #147811
    gcampton
    Member

    Media queries are towards the bottom of the CSS file, they deal with screen sizes. For instance I use a mobile first approach so all my css is geared towards mobile and then towards the bottom of the css some inclusions for web are given.

    @media only screen and (min-width: 800px)

    So everything 800px and above uses the css code below that line.

    Typically you will see the opposite though, and media queries will be for mobile as 99.99% of theme design is for desktops.
    @media only screen and (max-width: 960px)

    @media only screen and (max-width: 600px)

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble