• 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

MrNerdy

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 10, 2014 at 8:04 am in reply to: How to remove footer widgets from front page? #89654
    MrNerdy
    Member

    Unfortunately this did not work either, but I just found the mistake. The function has to be called at the original footer widget location, i.e.:

    //* Remove footer widgets from front page
    add_action( 'genesis_before_footer', 'remove_footer_widgets' );
    
    function remove_footer_widgets() {
    	if ( is_front_page() || is_home())  {
    	  remove_action( 'genesis_after', 'genesis_footer_widget_areas' );
    	}
    }
    February 7, 2014 at 11:23 am in reply to: Responsive Design – How to center a div on small resolutions #89151
    MrNerdy
    Member

    Just found a working solutions:

    @media only screen and (min-width : 768px) and (max-width : 2560px)  {
    
    .simple-social-icons ul.aligncenter {
    		text-align: right !important; 
    	}
    
    }
    February 7, 2014 at 11:04 am in reply to: Responsive Design – How to center a div on small resolutions #89148
    MrNerdy
    Member

    Hi, thanks for your reply.

    I just realized that the CSS of the plugin (Simple Social Icons) is constantly overwriting my child theme's style.css. I already tried to center the icons within the plugin menu and then apply the following code for higher resolution media queries; however, wihtout success:

    .simple-social-icons ul.aligncenter {
    		text-align: right !important; 
    	}
    
    	.simple-social-icons ul.aligncenter li {
    		display: inline-block !important;
    		float: right !important;
    	}

    Any idea how to make sure that the plugin's CSS-styles are overwritten?

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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