• 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

Swank Theme: Slider and Favicon

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 › Swank Theme: Slider and Favicon

This topic is: not resolved

Tagged: Favicon, Logo, slider

  • This topic has 8 replies, 3 voices, and was last updated 11 years, 6 months ago by jskeris.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • August 23, 2014 at 3:40 pm #120659
    jskeris
    Participant

    Hey!

    Here's my site:
    http://www.jodiskeris.com/

    How big should the images be in the slider? I can't seem to get them centered quite right.

    How can I get my favicon to show? I've already replaced the default with mine but it still shows the default's.

    Thanks!

    http://www.jodiskeris.com/
    August 23, 2014 at 3:46 pm #120661
    Porter
    Participant

    I'm not sure about your slider, but your favicon is working correctly for me (the stylized "J"). Favicons are heavily cached, and it's a pain to get them to show on your own setup due to the original one being cached. Trying doing Shift + F5, see if that clears it for you. Either way, it's working, so don't worry about it too much 🙂


    Buy me a beer? | Try DigitalOcean VPS Hosting

    August 23, 2014 at 4:47 pm #120665
    jbergen
    Member

    Regarding the slider, it looks like it's set to 960 x 396px. Your images seem to be 920px wide. However, all you need to do to get your images centered is to add this line to your CSS file to reduce the slider's width:

    max-width: 920px;

    So your CSS will look like this:

    /* Genesis Slider
    ------------------------------------------------------------ */
    
    #genesis-responsive-slider {
        background-color: #FFF;
        border: 10px solid #EEE;
        margin: 0px auto;
        padding: 10px;
        position: relative;
        max-width: 920px;
    }

    Make sure to add it outside of the theme so that it doesn't get overwritten when you update the theme.

    Also, your custom favicon shows up in my browser, but I would recommend to include a larger version (32x32px) in your .ico file so it will look more crisp on high-res (retina) displays. I wrote a blog post about how to do that here: http://www.ladebugstudios.com/make-favicon-wordpressgenesis-site/.


    Jamie @ Ladebug Studios

    August 23, 2014 at 5:13 pm #120668
    jskeris
    Participant

    Great! Thanks!

    August 23, 2014 at 5:17 pm #120669
    jskeris
    Participant

    Yes! That worked! Thank you!

    Next question 🙂

    How do I get rid of some of that padding down above/below my header?

    Thanks!!

    August 23, 2014 at 5:27 pm #120672
    jbergen
    Member

    The settings you put in the admin panel for the slider are fine, but I think you also need to add the max-width: 920px to your CSS. I'm guessing the code I found to fix the slider width is in the CSS file for the Genesis Responsive Slider plugin. What you can do is create a custom CSS file to which you can add my line of code to change the slider max-width to 920px.

    This is a video tutorial that explains how to make that custom CSS file: http://youtu.be/EOhH4oSvKn8?t=2m20s

    Then you can just add this to your new custom CSS file:

    
    #genesis-responsive-slider {
        max-width: 920px;
    }

    If that doesn't work, you may have to add !important like so:

    
    #genesis-responsive-slider {
        max-width: 920px !important;
    }

    Let me know if that works!


    Jamie @ Ladebug Studios

    August 23, 2014 at 5:47 pm #120677
    jbergen
    Member

    The slider looks good! Do you mean reducing the white space above and below your logo? If so, change the min-height on .header-image .site-title a like so:

    style.css, line 1288

    .header-image .site-title a {
        min-height: 100px;
        width: 100%;
    }

    Jamie @ Ladebug Studios

    August 23, 2014 at 6:18 pm #120692
    jbergen
    Member

    I definitely agree that it's not a good practice to add code directly to the theme. Take a look at the video link I posted in Reply #120672 if you do want to add any custom CSS code. That way, it won't go away when you update the theme.


    Jamie @ Ladebug Studios

    August 23, 2014 at 7:11 pm #120706
    jskeris
    Participant

    You are all awesome. Thank you so much for all this info! Incredibly helpful! Woohoo!

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