• 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

Pinky

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 91 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • March 17, 2013 at 5:51 am in reply to: Shifting logo in the header over #28526
    Pinky
    Member

    Oh sweeeeeet - glad I could help!


    cheers

    Pinky

    March 17, 2013 at 5:45 am in reply to: Post titles in Mindstream? #28524
    Pinky
    Member

    You should be able to find what you need here:

    http://my.studiopress.com/snippets/


    cheers

    Pinky

    March 17, 2013 at 5:43 am in reply to: Customising Agency Theme #28523
    Pinky
    Member

    Hey Dan

    i find the best way to make css changes are with a plugin My Custom CSS.

    Anything you put in there will over-ride plugin css, theme css etc. Plus you can see all your changes in one place.

    Here's the page with the instructions on how to setup the theme like the demo:
    http://my.studiopress.com/setup/agency-theme/

    To center the navigation you can try the suggestions on this page:

    http://journalxtra.com/easyguides/howto-center-wordpress-genesis-theme-horizontal-menus-4729/


    cheers

    Pinky

    March 17, 2013 at 1:56 am in reply to: Shifting logo in the header over #28501
    Pinky
    Member

    alright - lets try this...

    on line 183 of your style.css change #header to this:

    #header {
    background: #090909 url(http://bsbc.org.au/wp-content/uploads/2013/03/ChurchLogox120jpg.jpg) top no-repeat;
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
    width: 1060px;
    }
    
    

    line 156 change to this:

    body {
    background-color: #000;
    }
    

    then on line 216 change to:

    #header .widget-area {
    float: right;
    width: 420px;
    margin-top: -120px;
    }
    
    

    I'd actually recommend installing the plugin My Custom CSS and put all that code in there instead... it will use that code over and above everything else.


    cheers

    Pinky

    March 17, 2013 at 1:35 am in reply to: Shifting logo in the header over #28495
    Pinky
    Member

    Kathie if you are happy giving me access to your site i should be able to fix it quick smart for you! I'm in Aust and have nothing better to do with my Sunday afternoon lol


    cheers

    Pinky

    March 17, 2013 at 1:28 am in reply to: Shifting logo in the header over #28492
    Pinky
    Member

    Kathie are you comfortable editing your style.css?


    cheers

    Pinky

    March 17, 2013 at 1:24 am in reply to: Prose, right image off the screen #28491
    Pinky
    Member

    oh and then you'll need to move the top part over so give this a try:

    Around the content to the right of the logo - put a div like this:

    <div id="healthyheadline"> image here
    Hello Healthy Food Lover,
    How amazing would it be to walk into your kitchen each 
    morning to find it power- stocked with energizing whole
    foods, healthfully cleaned with non-toxic cleaners and
    highly organized for easy access? Three areas to fully 
    support your wellness journey to fabulous health and 
    a positive lifestyle!
    Sounds wonderful, right? Well, today you can start the 
    conversation to take back your kitchen with The Ultimate 
    Kitchen Detox for Healthy Food Lovers!
    </div>
    

    Then a little bit of css magic...

    #healthyheadline {
    margin-left: 200px;
    }
    

    Give that a shot and see how it goes... but don't forget to take a backup of your files before you play around with them lol.


    cheers

    Pinky

    March 17, 2013 at 1:13 am in reply to: Prose, right image off the screen #28485
    Pinky
    Member

    Try adding this to the bottom of your custom style.css

    #content-sidebar-wrap {
    width: 960px;
    float: left;
    }
    

    That will move the whole page over to the left and will also fix the right hand side image issue for you.


    cheers

    Pinky

    March 17, 2013 at 1:00 am in reply to: Agency | H Tag – Link Editing #28479
    Pinky
    Member

    you can be very specific with the h tags code - any code in fact.

    eg on your home page if you wanted to change just the h2 color for the Services title you'd use this code:

    .home-left #featured-post-4 h2 (
    color: #349ED0;
    }
    

    So that is saying it must be in .home-left, it also must be #featured-post4 and must also be h2 tag

    Also I add a custom code area to the very bottom of my style.css so it's the code that over rides everything else in the style sheet, like this...

    /*  Customisations by me */
    .home-left #featured-post-4 h2 (
    color: #349ED0;
    }
    

    Hope that gives a little more clarity


    cheers

    Pinky

    March 17, 2013 at 12:52 am in reply to: Looking for a plugin to duplicate a site in Multisite… #28473
    Pinky
    Member

    Absolutely! You can make as many templates as you like - then you just select from a list of the templates when you are creating the new sub-site

    You can use any site - an existing one or a brand new one - it really doesn't matter either way.

    I've actually got a couple of demo sub-sites that I can use.


    cheers

    Pinky

    March 17, 2013 at 12:45 am in reply to: Executive Theme Header Not Clickable #28466
    Pinky
    Member

    Hey no worries at all! Glad I could help!

    btw... i just LARVE your designs!


    cheers

    Pinky

    March 17, 2013 at 12:39 am in reply to: Shifting logo in the header over #28465
    Pinky
    Member

    Kathie can you put the header image back in there for me please, then I'll give you some code to use


    cheers

    Pinky

    March 17, 2013 at 12:36 am in reply to: Metro – 3 Nagging Questions #28464
    Pinky
    Member

    why dont you use the header widget to put your add code next to the title.

    It's the easiest way to do this - then you just alter the size of the header widget area...

    or am I missing something?


    cheers

    Pinky

    March 17, 2013 at 12:33 am in reply to: Adjusting width of sidebars and content in Prose #28463
    Pinky
    Member

    Try changing this

    .content-sidebar #content, .sidebar-content #content {
    width: 590px;
    }
    

    to this:

    .content-sidebar #content, .sidebar-content #content {
    width: 65%;
    }
    

    cheers

    Pinky

    March 16, 2013 at 9:26 am in reply to: Metro – 3 Nagging Questions #27969
    Pinky
    Member

    Metro

    Your number 3... try this:

    Line 473 of your style.css change

    .content-sidebar #content, .sidebar-content #content, #title-area {
    width: 65.555555555%;
    }
    

    to

    .content-sidebar #content, .sidebar-content #content {
    width: 60%;
    }
    

    and on line 1250 change

    .sidebar {
    display: inline;
    line-height: 1.5;
    }
    
    .sidebar {
    display: inline;
    line-height: 1.5;
    width: 27.5%;
    }
    

    cheers

    Pinky

    March 16, 2013 at 9:15 am in reply to: Metro – 3 Nagging Questions #27952
    Pinky
    Member

    hi Metro

    try this....

    change #title-area on line 473 of your style.css to this:

    #title-area {
    width: 30%;
    }
    

    and on line 450 replace this

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar, .subnav-left, #header .widget-area {
    width: 31.111111111%;
    }
    

    with this:

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar, .subnav-left {
    width: 31.111111111%;
    }
    
    #header .widget-area {
    width: 70%;
    }
    

    cheers

    Pinky

    March 16, 2013 at 9:00 am in reply to: Shifting logo in the header over #27929
    Pinky
    Member

    @frobn - If she puts it in #title-area it will have to be put into style.css and I suspect (tho I could be wrong) that by doing so she will lose the responsive nature of the theme.

    There was just another question on here relating to the same problem with Outreach theme - I told them to make the header width 1080px - but again it wont be responsive (something i didn't think about with my answer on that post either).

    The image is meant to be in the header. I've played with the code and compared it to the demo site - but can't see where it's going haywire... sorry Kathie - I so wanted to help another Aussie!


    cheers

    Pinky

    March 16, 2013 at 8:45 am in reply to: Taking up the challenge #27871
    Pinky
    Member

    ... lol tho I'm not too keen to answer all the "Watch the football on the internet" spam posts on here atm... where's the report button on posts or users?


    cheers

    Pinky

    March 16, 2013 at 8:45 am in reply to: Taking up the challenge #27869
    Pinky
    Member

    yeah Susan it was actually quite an enjoyable day, learning new stuff! I've got all sorts of new css tricks up my sleeve now!

    Plus remembering back to when I started and knew less than nothing - so it's humbling too!


    cheers

    Pinky

    March 16, 2013 at 8:38 am in reply to: Taking up the challenge #27844
    Pinky
    Member

    Point well taken!

    I spent the day answering questions instead of building the sites that I should be lol... have to say tho - I've actually learnt quite a bit by researching answers for people... so all in all a great day!

    It's quite surprising once you start answering questions how much you already know... give it a try - you might just surprise yourself!


    cheers

    Pinky

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 91 total)
← 1 2 3 4 5 →
« 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