• 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

Doug

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 - 41 through 60 (of 70 total)
← 1 2 3 4 →
  • Author
    Posts
  • July 9, 2013 at 10:59 am in reply to: Making Header-Right widget area Responsive #49971
    Doug
    Member

    Can I make you an admin? The site is under construction.

    Thank you, Anitac.

    Doug

    July 9, 2013 at 10:55 am in reply to: Making Header-Right widget area Responsive #49969
    Doug
    Member

    When I look at it again, the logo is taking up the full width:

    #header {
    background: url("http://wp.loavesfishespantry.org/wp-content/uploads/cropped-Logo_301.png") no-repeat scroll 14px 20px transparent !important;
    margin: 0 auto;
    min-height: 180px;
    overflow: hidden;
    width: 1152px;
    }

    July 9, 2013 at 10:54 am in reply to: Making Header-Right widget area Responsive #49968
    Doug
    Member

    The logo is here:

    .header-image #title-area, .header-image #title, .header-image #title a {
    display: block;
    float: left;
    height: 180px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 490px;
    }

    July 9, 2013 at 10:51 am in reply to: Making Header-Right widget area Responsive #49965
    Doug
    Member

    Anitac,

    Here's the css:

    /* Header
    ------------------------------------------------------------ */

    #header {
    min-height: 180px;
    margin: 0 auto;
    overflow: hidden;
    width: 1152px; /* Changed from 960px to 1152px on 2.13.13 */
    background: url("http://wp.loavesfishespantry.org/wp-content/uploads/cropped-Logo_301.png") no-repeat transparent 14px 20px !important;
    }
    #title-area {
    float: left;
    overflow: hidden;
    padding: 20px 0 0;
    width: 490px;
    }
    #title {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    }
    #title a, #title a:hover {
    color: #fff;
    text-decoration: none;
    }
    #description {
    color: #999;
    font-size: 13px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    }
    #header .widget-area {
    float: right;
    padding: 25px 0 0;
    width: 468px;
    position: relative;
    }
    /* Image Header - Partial Width
    ------------------------------------------------------------ */

    .header-image #title-area, .header-image #title, .header-image #title a {
    display: block;
    float: left;
    height: 180px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 490px;
    }
    .header-image #description {
    display: block;
    overflow: hidden;
    }
    /* Image Header - Full Width
    ------------------------------------------------------------ */

    .header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
    width: 1152px; /* Changed from 960px to 1152px on 2.13.13 */
    }

    Doug

    July 9, 2013 at 10:49 am in reply to: Making Header-Right widget area Responsive #49964
    Doug
    Member

    Hi, Anitac

    Is there anyway to upload screenshots?

    Doug

    July 8, 2013 at 7:27 pm in reply to: Problem getting ol li to show in Metro #49916
    Doug
    Member

    Yeah, Dave

    Especially when there are instructions or directions to be followed in a certain sequence.

    Namasté,
    Doug 🙂

    July 8, 2013 at 5:23 pm in reply to: Problem getting ol li to show in Metro #49888
    Doug
    Member

    Dave,

    My mistake: I fixed it:

    I needed to code a div with a class of entry-content around the whole ol.

    Thank you VERY MUCH for your time and valuable help. I deeply appreciate it!!!

    Peace, Doug

    July 8, 2013 at 5:12 pm in reply to: Problem getting ol li to show in Metro #49882
    Doug
    Member

    David,

    It's still not working...

    I have taken away the responsive code and given the ol a class of .entry-content; and, it still won't work:

    1. Go to http://health-safetysolutions.com/360training.com
    2. Select a Course Library (Construction, General Industry, Hazardous Waste).
    3. Select the desired course by clicking on the check box located next to the course title, and then “add to cart.”
    4. Verify the course title and quantity and click on the “checkout and proceed” button.
    5. Provide student information on the registration page and click on “information correct proceed with registration.”
    6. On the billing page, select method of payment, fill in the appropriate data fields and click on “information correct proceed with registration.”
    7. The next page will show a confirmation receipt, with student’s login information.
    8. Proceed to take the course.

    =======

    06 Lists
    ---------------------------------------------------------------------------------------------------- */

    .entry-content ol,
    .entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    }

    .entry-content ol li,
    .entry-content ul li {
    line-height: 1.625;
    }

    .entry-content ol li,
    .entry-content ul li {
    margin-left: 40px;
    margin-left: 2.5rem;
    }

    .entry-content ol li {
    list-style-type: decimal;
    }

    .entry-content ul li {
    list-style-type: disc;
    }

    .entry-content ol ol,
    .entry-content ul ul {
    margin-bottom: 0;
    }

    /*

    ====================
    Sorry to bother you, Dave; this is really bumming me out.

    Doug

    July 8, 2013 at 3:54 pm in reply to: Problem getting ol li to show in Metro #49866
    Doug
    Member

    Hi Dave

    I tried this; but, it's still not working:

    #Elearning ol li {
    margin-bottom: .5em;
    margin-left: 40px;
    margin-left: 2.5rem;
    }

    Am I missing something?

    Thank you!
    Doug

    July 8, 2013 at 7:43 am in reply to: Responsive Header for Metro (no plug-in) #49784
    Doug
    Member

    John,

    You are a good person; and, I thank you immensely for all your help. If I could give virtual gold stars, you would get two!

    I will implement and get back to you again.

    Peace to you in the Black Hills,
    Doug

    July 7, 2013 at 2:04 pm in reply to: Responsive Header for Metro (no plug-in) #49679
    Doug
    Member

    Hi, John

    The FTP issue has been resolved...and...

    It works! (Mostly, it's getting clipped on portrait devices: http://responsinator.com/?url=cbhmboston.com

    Can you advise how to get the logo to fit perfectly, John. Thank you for all your help!!! 🙂

    Namasté,
    Doug

    July 6, 2013 at 4:07 pm in reply to: Responsive Header for Metro (no plug-in) #49558
    Doug
    Member
    This reply has been marked as private.
    July 5, 2013 at 6:44 pm in reply to: Responsive Header for Metro (no plug-in) #49448
    Doug
    Member

    John,

    Thank you, kindly. I will try that and get back to you.

    My complaint with StudioPress responsive demo themes is that they are responsive only when using the Title Area (text); but, not at all when it comes time to want to use an actual logo.

    I agree with you completely.

    Namasté,
    Doug

    July 4, 2013 at 6:35 pm in reply to: Responsive Header for Metro (no plug-in) #49261
    Doug
    Member

    Thank you, dev

    I didn't want to say this; but, I've tried Nick's plugin twice and could not get it to work for me either time.

    Thank you anyway,
    Doug

    May 30, 2013 at 10:28 am in reply to: Author of Metro Child Theme #43226
    Doug
    Member

    Thanks, Brad

    Have you yourself done any Mobile First coding?

    Dougg

    May 29, 2013 at 8:49 am in reply to: Make header responsive #43061
    Doug
    Member

    Hello, I would like to make my Metro header responsive—especially for an iPhone; my site is at http://cbhmboston.com

    Please advise, anitac, and thank you!!

    Sincerely,

    Doug

    May 21, 2013 at 4:58 am in reply to: Getting Eleven40 Logo to be responsive #42000
    Doug
    Member

    Thank you, anitac. I will try that.

    Doug

    April 26, 2013 at 12:44 pm in reply to: No Genesis Responsive Slider documentation! #37900
    Doug
    Member

    Thank you, Brad; I will try that.

    I appreciate your input.

    Doug

    April 26, 2013 at 8:51 am in reply to: Responsive Slider CSS #37845
    Doug
    Member

    Brad,

    Thank you; I found it. But there are no instructions on how to get the previous and next buttons to appear centered! Do you know of any documentation for this slider or is there none?

    example of what I'm talking about: http://cbhmboston.com

    Thanks, Doug

     

    April 19, 2013 at 8:34 am in reply to: Can't get the Navigation to work above header #36360
    Doug
    Member

    Dorian,

    It worked! Thank you, thank you, thank you; you are a good and helpful person. 🙂

    Namasté,

    Doug

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 70 total)
← 1 2 3 4 →
« Previous Page

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