• 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

bandj

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 - 141 through 160 (of 180 total)
← 1 2 3 … 7 8 9 →
  • Author
    Posts
  • March 16, 2013 at 10:52 am in reply to: Shifting logo in the header over #28072
    bandj
    Member

    multiple solutions and as far as responsive you can adjust them in the responsive section of the css.

    the problem is that your header image is in the #header div which is 100% wide.

    there isn't such a thing as float: center so you need to change that in your .header-image #title-area

    You could:

    put a width on your #header div.
    take your image out of the #header div and put it in the #title area, maybe change the initial width of your title area or add background-size: contain to it. http://www.w3schools.com/cssref/css3_pr_background-size.asp

     

    March 16, 2013 at 10:27 am in reply to: Taking up the challenge #28045
    bandj
    Member

    Good thread Susan.

    I've asked questions on the old forums since 2009 when I first started using SP. Didn't answer questions much because I felt there are moderators that know a lot more than I do and they can answer better. But this forum gives us a chance to give back.

    As time goes by most people don't realize how much they've learned, how much they know now and this forum lets them realize how far they've come, so I think it's good.

     

    Bill

    March 16, 2013 at 8:58 am in reply to: Need Theme Suggestion #27922
    bandj
    Member

    I would choose Outreach, Executive, Agency or Associate because they have the 3 or 4 widgets built in for the 3 columns of post excerpts.

    The top half would need some work to add a widget or 2 and set up for 1/3 and 2/3 or 1/4 and 3/4 columns.

    March 12, 2013 at 9:59 am in reply to: Two New Custom Genesis Sites #25657
    bandj
    Member

    Really like Howard’s Pawn site's old timey feeling

    March 12, 2013 at 4:32 am in reply to: Background behind header issues #25626
    bandj
    Member

    I can't duplicate that. It always stretches all the way across for me. Could it be something with your computer? Just out of curiosity what happens if you change the background position to top left instead of top center?

    March 12, 2013 at 3:49 am in reply to: Modern Portfolio for my site #25625
    bandj
    Member

    Carrie I looked at your site quite often while I was making this. Notice the awesome font arrows? Good idea to put Molly on the 404. Why didn't I think of that!?

    March 11, 2013 at 3:10 pm in reply to: Background behind header issues #25507
    bandj
    Member

    are you talking about the white line that has "making mealtime learning time" in it?

    March 11, 2013 at 3:03 pm in reply to: creating a feathered effect #25505
    bandj
    Member

    check this out

    http://www.colorzilla.com/gradient-editor/

    It will give you the code and you'll see how to set up gradients in css

    Also you can check on border properties along with box shadows for the bevel effect

    March 9, 2013 at 6:27 am in reply to: background image in modern portfolio #25172
    bandj
    Member

    backstretch is a jquery plugin that Brian first used on the Stretch theme. I think he talks about it on his blog.

    if you use an image that is bigger, say 2000px X 1000px you could try adding background-size: contain; to your css

    March 7, 2013 at 10:10 am in reply to: Create New Section on Home Page #24783
    bandj
    Member

    make sure you check it on all the pages and responsive also.

    March 6, 2013 at 8:47 pm in reply to: Create New Section on Home Page #24710
    bandj
    Member

    I'm sure there are multiple possible solutions.

    I gave your #inner a background color and some padding like 50px 20px 0

    then I gave your subnav a margin-bottom:  -20px

     

    March 6, 2013 at 8:01 pm in reply to: How to add a home page to the eleven40 theme #24696
    bandj
    Member

    I have used homepages from another theme but then you have to add the widgets in your function.php and style.css. It's not too bad depending on the styling of the home page. There are some responsive themes with the multiple widget homepage and the 3 columns. Outreach has got the widgets and the 3 columns. Many of the themes can be styled to look like the other ones.

    March 4, 2013 at 2:12 pm in reply to: Just want one footer widget in Agent theme, but dont know how #24113
    bandj
    Member

    Looks good.

    you're welcome

    March 3, 2013 at 6:20 pm in reply to: Agency Theme: Center logo image #23960
    bandj
    Member

    Give this a try. I used 33% since it seemed to fit your logo. You may have to use px
    because the % will get smaller as the screens get smaller.

    .header-full-width #title-area,
    .header-full-width #title,
     .header-full-width #title a {

    background: add your image here instead of #header
    margin: 0 auto;
    width: 33%;

    March 3, 2013 at 7:23 am in reply to: Just want one footer widget in Agent theme, but dont know how #23878
    bandj
    Member

    you can't add a 2nd background to the background already there.

    But here is something you can try.

    add something like this to your body...change the height and color as you like

    border-bottom: 60px solid #d6244c;

    then for your #footer add a negative bottom margin

    margin: 0 auto -60px;

    maybe you want to  add 9px bottom margin to #footer-widgets

    Adjust the footer margin and border-bottom sizes etc to what you want.

    Check all your pages and test on devices.

    March 2, 2013 at 8:57 am in reply to: adding letterspacing to NEWS theme dropdown menu items #23749
    bandj
    Member

    try #nav li li a

    March 2, 2013 at 8:54 am in reply to: Change menu hover background colour on Eleven40 theme #23748
    bandj
    Member

    hover is different than current-menu-item. You could have different colors for visited, hover, active, and current-menu-item. Active would be when you click.

    you're welcome

    March 2, 2013 at 7:46 am in reply to: Change menu hover background colour on Eleven40 theme #23725
    bandj
    Member

    .menu li:hover, .menu li.sfHover

    #header .menu li li a:hover

    add your background color, on li li hover it may have a background image. Change that to your color

    March 2, 2013 at 7:33 am in reply to: Just want one footer widget in Agent theme, but dont know how #23724
    bandj
    Member

    @timsquires

    the red behind the welcome area is your main background image, not actually the width of your #wrap.

    your #wrap is 960px wide so everything is contained in it. You would have to change that to 100% wide and then change all the other div wraps like #header .wrap etc. down to #footer .wrap to 960px wide and margin: 0 auto

    March 2, 2013 at 7:05 am in reply to: Background resize on mobile device #23721
    bandj
    Member

    Not sure what you mean by "changes accordingly". The default Scribble theme is not responsive. You would have to add css media queries to make it responsive.

  • Author
    Posts
Viewing 20 posts - 141 through 160 (of 180 total)
← 1 2 3 … 7 8 9 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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