• 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

Minimum Pro Responsivness

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 › Minimum Pro Responsivness

This topic is: resolved
  • This topic has 4 replies, 2 voices, and was last updated 10 years, 2 months ago by fregia.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • May 23, 2016 at 1:50 pm #186144
    fregia
    Participant

    It seems that my code for site being responsive is broken......site here

    The header does not appear to be responsive.
    Soliloquy slider not responsive. (they say it is because nothing is set up for responsive)
    Header nav menu not responsive.
    Site description and tag line not responsive.
    Body text looks funny in responsive. There is no padding.

    Anyone have any idea of how to fix this issue please?

    May 23, 2016 at 2:54 pm #186147
    carasmo
    Participant

    All responsiveness is because of the CSS provided by the theme developer, but when we add different sections and do different things, that new CSS also needs to be responsive. So if you write your CSS outside a media query, that means that it's global and will be applied to all viewport widths no matter the device. If you want something responsive, you need to create a max-width media query (see the original CSS that came with your theme for an example) that adds any responsiveness, such as un-floating floated items, using percentages, and so forth.

    When you add new CSS, you also need to make sure that you have no parse errors. All css after a parse error won't work. You have a comment inside a comment, which you can't do in CSS on lines 1609 - 1618.

    /*Contact Form*/
    .wpcf7 {
    	width: 600px;
    
    /*
    
    /*
    Media Queries
    ---------------------------------------------------------------------------------------------------- */

    Change the above in your style.css file to this:

    /* Contact Form */
    .wpcf7 {
    	width: 600px;
    }
    
    /* Media Queries
    ---------------------------------------------------------------------------------------------------- */
    

    Genesis Theme Customization and Help

    May 23, 2016 at 3:53 pm #186150
    fregia
    Participant

    Thanks for catching that! Unfortunately I have no idea where to start in configuring the media Queries for the responsive part and what is there is what came with the child theme.

    If you could point me in the correct direction I would appreciate it very much.

    May 23, 2016 at 3:59 pm #186152
    carasmo
    Participant

    You need to fix that error as it's preventing the media queries that came with the theme from working. Once you fix that see what is wrong then and come back and ask another question in a new thread. That's the best way to learn and to get help from the people who frequent this forum.

    For reading:

    http://www.htmlgoodies.com/html5/tutorials/an-introduction-to-css3-media-queries.html#fbid=fMW8OwphWsj


    Genesis Theme Customization and Help

    May 23, 2016 at 4:15 pm #186153
    fregia
    Participant

    @carasmo thanks so very much!

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