• 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

How to make feature box responsive

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 › How to make feature box responsive

This topic is: not resolved

Tagged: feature box, media queries, mobile responsive

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by Peter.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • September 10, 2016 at 10:13 am #192950
    Peter
    Participant

    I've used @braddalton 's tutorial to add a feature box to the homepage of my website. It looks good on desktop. However, it doesn't look good on mobile devices.

    How can I make it mobile responsive?

    Cheers!

    http://www.eeuwigslank.com
    September 10, 2016 at 4:11 pm #192966
    Brad Dalton
    Participant

    It depends on what you add to your feature box so the CSS for Media Queries will vary.

    At what screen width are you having problems?

    You can modify the default CSS rules using this example:

    @media only screen and (max-width: 1023px) {
    
    Add your CSS rules here to modify the defaults at 1023px width
    
    }
    

    Tutorials for StudioPress Themes.

    September 11, 2016 at 8:12 am #192975
    Peter
    Participant

    Thank you @braddalton. I was having problems at 1024, 768 and 480 screen width. Basically everything that isn't desktop.

    I've followed your advice and added a css rule in the media queries. This is what I added:

    .featured-box {
    		max-width: 768px;
    	} 
    .featured-box {
    		max-width: 1023px;
    	}

    and for the smartphone:

    @media only screen and (max-width: 360px) {
    
    .featured-box {
    		max-width: 360px;
    	}

    This works only at the 768 screen width, on the others it's still too big.

    I'm probably looking at it too simple. Any more advice would be very helpful.

    Cheers

  • 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

© 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