• 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

Altitude Pro front page: Where to change the height of widget areas?

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 › Altitude Pro front page: Where to change the height of widget areas?

This topic is: not resolved

Tagged: Altitude Pro, styling

  • This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by dancoggins.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • October 24, 2016 at 4:54 pm #195269
    dancoggins
    Participant

    Hi friends.

    I'm trying to resize the height of a div with the class .image-section in the div #front-page-3. Right now it's styled on-the-fly in the HTML as:

    <div class="image-section" style="height: 1188px;">

    What file in the theme is writing this to HTML? I've stood on my head and cannot find it in either the child theme or in the Genesis framework files. What am I missing?

    THANK YOU for your help.

    Dan

    October 25, 2016 at 8:39 am #195292
    Christoph
    Member

    Hi Dan,

    the height is defined in home.js

    // Image Section Height
    	var windowHeight = $( window ).height();
    
    	$( '.image-section' ) .css({'height': windowHeight +'px'});
    		
    	$( window ).resize(function(){
    	
    		var windowHeight = $( window ).height();
    	
    		$( '.image-section' ) .css({'height': windowHeight +'px'});
    	
    	});

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

    October 25, 2016 at 9:00 am #195295
    dancoggins
    Participant

    Hi Christoph,

    THANK YOU! I'll investigate this today. So much appreciated.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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