• 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

fregia

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 20 posts - 1 through 20 (of 23 total)
1 2 →
  • Author
    Posts
  • November 6, 2017 at 9:17 am in reply to: Responsive header #213315
    fregia
    Participant

    Well I managed to get the first issue solved but sure would love for someone to help me with this one. The image has a height of 250px but when responsive is stays at 250 causing the blank space.

    November 1, 2017 at 11:08 am in reply to: Center header on Infinity Pro #213147
    fregia
    Participant

    Victor, thanks for taking the time to respond! That did center the text but I needed the entire header to be centered on the page. Found that this was the only thing that made it do what I wanted!

    margin-left:auto;
    margin-right:auto;
    left: 0;
    right:0;

    September 19, 2016 at 1:57 pm in reply to: Sidebar dropping below content #193386
    fregia
    Participant

    Awesome Christoph.....I missed that one (embarrassed)! Thanks so much!

    September 15, 2016 at 11:42 am in reply to: General question on development #193211
    fregia
    Participant

    Thanks, I am hoping it will accomplish what I am trying to do!

    August 23, 2016 at 7:35 am in reply to: Wellness Pro full size header logo #191889
    fregia
    Participant

    Thanks!

    August 10, 2016 at 9:28 am in reply to: Header image not responsive #191066
    fregia
    Participant

    I am still unable to get the right css to make it work....

    August 10, 2016 at 8:15 am in reply to: Need to hire someone to help with media query to make image responsive. #191055
    fregia
    Participant

    You guys are awesome!!!

    August 10, 2016 at 7:44 am in reply to: Header image not responsive #191047
    fregia
    Participant

    Thank you guys for helping....I really really appreciate your input!!!!!

    Unfortunately it did not work until I added !important after contain.

    .header-image .site-title > a {
    background-size: contain !important;
    width: 100%!important;
    }

    That achieved the responsiveness that I was desperately needing but now there is a large space under the image. Can I get rid of that?

    July 12, 2016 at 2:21 pm in reply to: Header image not responsive #189339
    fregia
    Participant

    I am really at a loss here......support said:
    Please be aware that when you change the custom header image size, you then need to adjust the theme's CSS to ensure the new image size is responsive. It looks like you need to add CSS to the media queries in your stylesheet to make the custom header image responsive on smaller screen sizes.

    Not sure where to even begin......can anyone please advise. Novice here!

    June 29, 2016 at 9:24 am in reply to: Header image not responsive #188533
    fregia
    Participant

    I looked at my style sheet and it is not there....very strange!

    June 29, 2016 at 9:03 am in reply to: Header image not responsive #188529
    fregia
    Participant

    I did it through the customizer...

    June 22, 2016 at 8:55 am in reply to: Menu items moving on hover #188023
    fregia
    Participant

    William.....you are wonderful!!!! That did the trick! Thanks so much for taking the time to look and answer me!

    May 25, 2016 at 9:14 am in reply to: Moved site description and tag line but now they are not responsive #186261
    fregia
    Participant

    Well I was able to figure it out! I change the css to the following and now it works!!!!

    .site-tagline-left {
    float: left;
    width: 85%;
    }

    .site-tagline-right {
    float: right;
    text-align: right;
    width: 15%;
    }

    May 24, 2016 at 11:17 am in reply to: Moved site description and tag line but now they are not responsive #186192
    fregia
    Participant

    Well a bit of clarification......the tag line is responsive but the site description is not. I have the width of the site description set at 900px so that it will span bottom of page. Not sure how to do the css to make it responsive.

    May 23, 2016 at 4:15 pm in reply to: Minimum Pro Responsivness #186153
    fregia
    Participant

    @carasmo thanks so very much!

    May 23, 2016 at 3:53 pm in reply to: Minimum Pro Responsivness #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 22, 2016 at 8:44 am in reply to: Image under header on other pages (not home page) on Minimum Pro #186079
    fregia
    Participant

    Brad, thanks for the response.

    Ok....but that does not solve the issue of the slider being up into the header. As you can see by the image above highlighted in orange firebug is showing the slider up to the top of the browser. If I adjust the margin to lower it, the bottom of the slider disappears.

    I really appreciate you trying to help!

    May 22, 2016 at 8:28 am in reply to: Image under header on other pages (not home page) on Minimum Pro #186075
    fregia
    Participant

    Here is an image with what firebug is showing as the slider container, it is highlighted in the light orange

    image

    May 22, 2016 at 8:08 am in reply to: Image under header on other pages (not home page) on Minimum Pro #186073
    fregia
    Participant

    Well I think I have decided to go with the soliloquy slider on all pages. I will leave that up to the client.

    I have the slider in the correct position and I thought I had the container correct but it appears the part of the container is up into and behind the header......kinda confusing. When you try the responsive mode it totally disappears. So it has to have something to do with the positioning of it. I have tried different top margins but still cannot figure it out. Not sure where to go from here with the slider. I thought I had it figured out when I purchased the upgrade on it.

    I will have to try to contact author of slider.....

    May 22, 2016 at 7:41 am in reply to: Move site description and tag line #186072
    fregia
    Participant

    Brad,

    Awesome....you got me pointed in the right direction and I got it figured out!

    Thanks!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →

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