• 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

devonmeadows

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • September 8, 2014 at 2:29 pm in reply to: Can't Align Buttons, Responsive Design #123473
    devonmeadows
    Member

    Craig thank you so much. You're a lifesaver! You ind all 1 million of my syntax errors.

    September 8, 2014 at 1:09 pm in reply to: Can't Align Buttons, Responsive Design #123460
    devonmeadows
    Member

    Removed that bracket.

    September 8, 2014 at 12:51 pm in reply to: Can't Align Buttons, Responsive Design #123454
    devonmeadows
    Member

    I've emptied and purged. Any changes seen on your end?

    September 8, 2014 at 12:48 pm in reply to: Can't Align Buttons, Responsive Design #123452
    devonmeadows
    Member

    Damn it yes. I disable it when I'm working but I'm assuming I need to recache. I've even cleared the cache with it back on. It's W3 Total Cache. Let me try to get it updated.

    September 8, 2014 at 12:40 pm in reply to: Can't Align Buttons, Responsive Design #123448
    devonmeadows
    Member

    Wow Craig thanks a lot for looking through that for me. I fixed that curly brace. Did you find that manually or are you using some sort of debugging tool? I've been editing in the editor in wordpress and it's easy to look over mistakes like that.

    Also the icons are still doing the same thing... Any other ideas?

    September 8, 2014 at 12:25 pm in reply to: Can't Align Buttons, Responsive Design #123445
    devonmeadows
    Member

    Also I added another icon so I changed the size to 240px in media queries.

    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:240px;
    September 8, 2014 at 12:18 pm in reply to: Can't Align Buttons, Responsive Design #123444
    devonmeadows
    Member

    Yes it is.

    September 8, 2014 at 12:10 pm in reply to: Can't Align Buttons, Responsive Design #123441
    devonmeadows
    Member

    Craig thanks for the reply. I added your css to my stylesheet in media queries as follows but... :

    /*
    Media Queries
    ---------------------------------------------------------------------------------------------------- */
    
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    	only screen and (-moz-min-device-pixel-ratio: 1.5),
    	only screen and (-o-min-device-pixel-ratio: 3/2),
    	only screen and (min-device-pixel-ratio: 1.5) {
    
    	.search-form input[type="search"] {
    		background-image: url(images/[email protected]);
    	}
    	
    	.content .entry-header .entry-meta .entry-comments-link a {
    		background-image: url(images/[email protected])
    	}
    	
    	.sidebar li {
    		background-image: url(images/[email protected]);
    	}
    	
    	.footer-widgets li {
    		background-image: url(images/[email protected]);
    	}
    	
    	.content #genesis-responsive-slider .flex-direction-nav li a {
    		background-image: url(images/[email protected]);
    	}
    	
    	.content #genesis-responsive-slider .flex-control-nav li a {
    		background-image: url(images/[email protected]);
    	}
    	
    	.genesis-nav-menu > .rss > a {
    		background-image: url(images/[email protected]);
    	}
    	
    	.genesis-nav-menu > .twitter > a {
    		background-image: url(images/[email protected]);
    	}
    
    }
    
    @media only screen and (max-width: 1200px) {
    
    	.site-container {
    		max-width: 960px;
    	}
    
    	.site-header .widget-area {
    		width: 700px;
    	}
    	
    	.content {
    		width: 660px;
    	}
    	
    	.sidebar-primary {
    		width: 300px;
    	}
    	
    	.title-area {
    		width: 260px;
    	}
    	
    	.breadcrumb {
    		margin: -30px -40px 30px;
    	}
    	
    	.content {
    		padding: 30px 40px 10px;
    	}
    	
    	.site-header .genesis-nav-menu a {
    		padding: 38px 14px 40px;
    	}
    	
    	.content #genesis-responsive-slider .flex-control-nav,
    	.content #genesis-responsive-slider .flex-direction-nav li a,
    	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
    		display: none;
    	}
    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:192px;
    
    }
    
    }
    
    @media only screen and (max-width: 1023px) {
    
    	.site-container {
    		max-width: 768px;
    	}
    
    	.content,
    	.sidebar-primary,
    	.sidebar-secondary,
    	.site-header .widget-area,
    	.title-area,
    	.wrap {
    		width: 100%;
    	}
    	
    	.header-image .title-area, 
    	.header-image .site-title, 
    	.header-image .site-title a {
    	    float: none;
    	    margin: 0 auto;
    	}
    
    	.genesis-nav-menu li,
    	.site-header ul.genesis-nav-menu,
    	.site-header .search-form {
    		float: none;
    	}
    
    	.genesis-nav-menu,
    	.site-header .search-form,
    	.site-header hgroup,
    	.site-title {
    		text-align: center;
    	}
    
    	.genesis-nav-menu a,
    	.genesis-nav-menu > .first > a,
    	.genesis-nav-menu > .last > a,
    	.site-header .genesis-nav-menu a {
    		padding: 16px;
    	}
    
    	.site-header .search-form {
    		margin: 16px auto ;
    	}
    
    	.genesis-nav-menu li.right {
    		display: none;
    	}
    	
    	.content #genesis-responsive-slider .slide-excerpt {
    		display: none;
    	}
    	
    	.comment-list li.depth-1,
    	.ping-list li.depth-1 {
    		margin: 30px 0;
    	}
    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:192px;
    
    }
    
    }
    
    @media only screen and (max-width: 800px) {
    
    	.site-container {
    		max-width: 630px;
    	}
    
    	.five-sixths,
    	.footer-widgets-1,
    	.footer-widgets-2,
    	.footer-widgets-3,
    	.four-sixths,
    	.home-middle .widget,
    	.home-top .widget,
    	.one-fourth,
    	.one-half,
    	.one-sixth,
    	.one-third,
    	.executive-pro-portfolio .portfolio,
    	.three-fourths,
    	.three-sixths,
    	.two-fourths,
    	.two-sixths,
    	.two-thirds {
    		margin: 0;
    		width: 100%;
    	}
    	
    	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    	.genesis-nav-menu.responsive-menu {
    		display: none;
    	}
    	
    	.genesis-nav-menu.responsive-menu .menu-item,
    	.responsive-menu-icon {
    		display: block;
    	}
    	
    	.genesis-nav-menu.responsive-menu .menu-item:hover {
    		position: static;
    	}
    	
    	.genesis-nav-menu.responsive-menu li a,
    	.genesis-nav-menu.responsive-menu li a:hover {
    		border: none;
    		display: block;
    		line-height: 1;
    		padding: 16px;
    		text-transform: none;
    	}
    	
    	.genesis-nav-menu.responsive-menu .menu-item-has-children {
    		cursor: pointer;	
    	}
    	
    	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    		margin-right: 60px;
    	}
    	
    	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    		content: "\f140";
    		float: right;
    		font: normal 20px/1 'dashicons';
    		height: 20px;
    		padding: 12px 20px;
    		right: 0;
    		text-align: right;
    		z-index: 9999;
    	}
    	
    	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    		content: "\f142";
    	}
    	
    	.genesis-nav-menu.responsive-menu .sub-menu {
    		background-color: #f7f7f7;
    		border: none;
    		left: auto;
    		opacity: 1;
    		padding-left: 20px;
    		position: relative;
    		width: 100%;
    		z-index: 99;
    	}
    	
    	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    		margin: 0;
    	}
    	
    	.genesis-nav-menu.responsive-menu .sub-menu li a,
    	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    		padding: 12px 16px;
    		position: relative;
    		text-transform: none;
    		width: 100%;
    	}
    	
    	.genesis-nav-menu.responsive-menu .current-menu-item > a,
    	.genesis-nav-menu.responsive-menu .sub-menu a {
    		background: none;
    		color: #666;
    	}
    	
    	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
    	.genesis-nav-menu.responsive-menu a:hover,
    	.genesis-nav-menu.responsive-menu li:hover {
    		background: none;
    		color: #111;
    	}
    	
    	.home-middle,
    	.home-top,
    	.executive-pro-portfolio .portfolio {
    		text-align: center;
    	}
    	
    	.executive-pro-portfolio .portfolio {
    		padding: 0 0 30px;
    	}
    	
    	.home-cta .button.alignright {
    		float: none;
    		margin: 16px 0 0;
    	}
    	
    	.footer-widgets-1 {
    		margin: 0;
    	}
    	
    	.nav-secondary .genesis-nav-menu > .first > a,
    	.nav-secondary .genesis-nav-menu > .last > a,
    	.nav-secondary .genesis-nav-menu a {
    		font-size: 12px;
    		padding: 12px;
    	}
    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:192px;
    
    }
    
    }
    
    @media only screen and (max-width: 500px) {
    
    	.entry-title {
    		font-size: 24px;
    	}
    
    	.content .entry-header .entry-meta .entry-comments-link {
    		display: none;
    	}
    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:192px;
    }
    
    }
    
    @media only screen and (max-width: 270px) {
    
        .header-image .site-title a {
            background-size: contain !important;
        }
    
        .site-title {
            font-size: 26px;
        }
    .simple-social-icons {
    float: none;
    margin: 0 auto
    width:192px;
    
    }
    

    It isn't applying any changes. Since I'm using this widget and have to choose alignment in widget settings do I have to specify a fixed with div somewhere else?

    September 8, 2014 at 11:49 am in reply to: Social Icons Responsive Design Align #123433
    devonmeadows
    Member

    Hey thanks for your response. Is there any way for me to make the content responsive and mimic the response of the search bar above it?

    September 8, 2014 at 11:19 am in reply to: Can't Align Buttons, Responsive Design #123421
    devonmeadows
    Member

    So since I'm using the suggested Simple Social Icons plugin, the widget forces you to choose an alignment; left, center, right. I choose right. I tried adding float:none in media queries under smaller resolutions but it is changing nothing.

    .simple-social-icons {
    float: none;
    }

    There is what I am adding to the media queries portion of my style sheet which is laid out by size. Is this right? Should I be adding something anywhere else?

    September 8, 2014 at 11:19 am in reply to: Social Icons Responsive Design Align #123420
    devonmeadows
    Member

    So since I'm using the suggested Simple Social Icons plugin, the widget forces you to choose an alignment; left, center, right. I choose right. I tried adding float:none in media queries under smaller resolutions but it is changing nothing.

    .simple-social-icons {
    float: none;
    }

    There is what I am adding to the media queries portion of my style sheet which is laid out by size. Is this right? Should I be adding something anywhere else?

    September 7, 2014 at 6:02 pm in reply to: How to remove footer graphic #123237
    devonmeadows
    Member

    looks like you have a footer logo that needs to be removed because there is a broken image link.

    <a href="http://welldoneconstructionservices.com/"><img src="http://welldoneconstructionservices.com/wp-content/themes/outreach/images/footer-logo.png" alt=""></a><img src="http://welldoneconstructionservices.com/wp-content/themes/outreach/images/footer-logo.png" alt="">

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)

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