• 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

Atmosphere Pro Widget Issue

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 › Atmosphere Pro Widget Issue

This topic is: not resolved

Tagged: Atmosphere Pro, css, genesis

  • This topic has 8 replies, 5 voices, and was last updated 7 years, 3 months ago by nickwilsdon.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • November 18, 2015 at 11:04 am #171428
    [email protected]
    Member

    Hello,

    I am having problem with the widget area of atmosphere pro. I have not changed the stylesheet and have gone through the instructions of the theme setup. However, on my laptop the widgets stack on top of each other one by one so there is a lot of white space. When i look at the demo site on the same computer, the widgets are three across. So i know it is not a resolution issue as the demo site works completely fine.

    I have even tried a local installation and tested and I get the same result after re-downloading the theme today. Anyone else having this issue?

    This is how it looks: https://scontent.fsnc1-1.fna.fbcdn.net/hphotos-xfl1/t31.0-8/12240817_10205110438746867_9042355547655301401_o.jpg

    Any help would be appreciated.

    Michael

    https://scontent.fsnc1-1.fna.fbcdn.net/hphotos-xfl1/t31.0-8/12240817_10205110438746867_9042355547655301401_o.jpg
    November 18, 2015 at 1:20 pm #171451
    kreshleman
    Member

    I am responding to confirm that I have the same issue on my site. The layout should automatically adjust but does not. It stacks: http://dlrd.davidson.edu/

    November 18, 2015 at 1:55 pm #171460
    [email protected]
    Member

    I am glad I am not the only one. Thanks for posting this.

    November 18, 2015 at 3:00 pm #171471
    carasmo
    Participant

    Please submit a bug report for this.

    For your fix to make it match, change the value in your style sheet

    where the value is 1280px to 1024px

    
    /* Media Queries
    ---------------------------------------------------------------------------------------------------- */
    
    @media only screen and (max-width: 1280px) {
    
    	.front-page-1 {
    		padding: 80px 60px 100px;
    	}
    
    	.front-page-2 {
    		padding-top: 100px;
    	}
    
    	.flexible-widgets.widget-fourths .widget,
    	.flexible-widgets.widget-halves .widget,
    	.flexible-widgets.widget-thirds .widget {
    		float: none;
    		width: 100%;
    	}
    
    	.flexible-widgets .widget {
    		padding-left: 0;
    		padding-right: 0;
    	}
    
    }

    Genesis Theme Customization and Help

    November 18, 2015 at 3:01 pm #171472
    carasmo
    Participant

    In the style-front.css file at the bottom.


    Genesis Theme Customization and Help

    November 18, 2015 at 3:08 pm #171473
    [email protected]
    Member

    Thank you so much. That did the trick.

    November 19, 2015 at 5:01 pm #171586
    Susan
    Moderator

    This is so weird - I saw this question on the Genesis FB group; I was not able to replicate the issue - my site is displaying exactly like the demo (I downloaded and installed the theme yesterday), without needing to make any updates to the stylesheet.

    November 19, 2015 at 5:06 pm #171588
    [email protected]
    Member

    Susan,

    It is so weird. I tried it again this morning on another test site (Re-downloaded) and I keep getting the same issue until I change the style sheet. Oh well, I am glad it was an easy fix though.

    Michael

    November 30, 2015 at 7:19 pm #172303
    nickwilsdon
    Member

    Hi Carasmo,

    Thanks so much for your fix - that sorted out this issue in front-page-2.

    Do you have any idea how to fix this across front-page-3 and front-page-4. I noticed they are not referenced in the block of CSS referenced. I found them underneath, but changing the value of 800px didn't seem to change anything?

    @media only screen and (max-width: 800px) {
    
    	.front-page-1 .widget-title {
    		font-size: 36px;
    		font-size: 3.6rem;
    	}
    	
    	.front-page-3 .featured-content .entry {
    		padding-left: 7.5%;
    		padding-right: 7.5%;
    		margin-bottom: 60px;
    	}
    
    	.front-page-3 .featured-content a + .entry-header {
    		padding-top: 0;
    	}
    
    	.front-page-3 .featured-content .entry-content,
    	.front-page-3 .featured-content .entry-header,
    	.front-page-3 .featured-content a.alignleft ~ .entry-content,
    	.front-page-3 .featured-content a.alignleft ~ .entry-header,
    	.front-page-3 .featured-content a.alignright ~ .entry-content,
    	.front-page-3 .featured-content a.alignright ~ .entry-header,
    	.front-page-3 .featuredpost .more-from-category {
    		float: none;
    		padding-left: 0;
    		padding-right: 0;
    		width: 100%;
    	}
    
    	.front-page-3 .featured-content a.aligncenter,
    	.front-page-3 .featured-content a.alignleft,
    	.front-page-3 .featured-content a.alignnone,
    	.front-page-3 .featured-content a.alignright {
    		display: block;
    		float: none;
    		max-width: 100%;
    		margin-bottom: 60px;
    		text-align: left;
    	}
    	
    	.front-page-3 .featured-content a.alignleft .entry-image,
    	.front-page-3 .featured-content a.alignright .entry-image {
    		height: auto;
    		float: none;
    		max-width: 100%;
    	}
    
    }
  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 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

© 2023 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