• 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

Christina

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 - 21 through 40 (of 74 total)
← 1 2 3 4 →
  • Author
    Posts
  • November 13, 2015 at 7:22 am in reply to: Making Images smaller in RSS feed #170984
    Christina
    Participant

    Your theme is already set up to display your images at 100% of whatever container they're in, so you shouldn't need to set a size at all. When you're uploading them, just leave it at (or select ) "full size." Then they'll show at full width on both your blog, and in the emails.

    November 13, 2015 at 7:16 am in reply to: Reduce white spaces in primary sidebar #170983
    Christina
    Participant

    You can reduce the size of the padding (white space) by adjusting:
    .sidebar .widget {padding: __px;}

    You'll also need to make the image of you in the top widget a little bigger to accommodate the larger size of the widget.

    November 13, 2015 at 7:05 am in reply to: Losing formatting when displaying limited content #170980
    Christina
    Participant

    That's exactly the code I was looking for, thanks so much Marcy! It must have already been in my other themes and I didn't even notice it in there.

    February 10, 2015 at 8:25 am in reply to: Woocommerce and Genesis child theme #140327
    Christina
    Participant

    I'm not sure which plugin you're referring to, but you need the actual, official one from WooCommerce: https://wordpress.org/plugins/woocommerce/
    It takes a lot to set up an entire shop, and instructions like that would be too much for this forum. I'd recommend watching this tutorial, and then coming back if you have specific questions that we can help you with.

    February 9, 2015 at 8:42 am in reply to: Woocommerce and Genesis child theme #140178
    Christina
    Participant

    Did you download the WooCommerce plugin?

    February 9, 2015 at 8:06 am in reply to: Site being maliciously redirected, hosting company won't help #140174
    Christina
    Participant

    Very helpful, thank you! I didn't know that about Google Webmaster, checking it out now. I did check both htaccess and index and there was nothing extra there. Just installed WordFence, and the scan came back clean.

    So, I deleted the menu links that were being redirected. And then I added them back to see what would happen, and they're no longer being redirected. Obviously, I have a lot to learn about this stuff, but I just can't make any sense of that. Do you think the site is safe? Do you think it was a problem with the host and not my site after all?

    February 8, 2015 at 4:09 pm in reply to: Site being maliciously redirected, hosting company won't help #140106
    Christina
    Participant

    Thanks Angie! They look great, unfortunately I don't have that much money in my budget right now. I've been trying to find a way to clean it up myself, but haven't found anything help with that so far.

    February 5, 2015 at 10:42 am in reply to: Widget areas aren't aligning #139809
    Christina
    Participant

    Oh my...I knew it was going to be something simple. Didn't even realize the bottom one wasn't floating right. Thank you, Lauren!

    February 5, 2015 at 10:30 am in reply to: Widget areas aren't aligning #139803
    Christina
    Participant

    Hi Lauren.

    The one on the very bottom left. I want it to be right underneath the one above it and next to the one with image of the wrapping paper.

    February 5, 2015 at 6:10 am in reply to: How to get the box social media? #139784
    Christina
    Participant

    It looks like Simple Social Icons. It's an excellent plugin.

    February 5, 2015 at 6:06 am in reply to: Increase space between blog posts on blog template #139783
    Christina
    Participant

    Aww, thanks! 🙂

    You're welcome.

    February 5, 2015 at 6:04 am in reply to: No Margin On Responsive Sizes #139782
    Christina
    Participant

    Towards the bottom of your stylesheet, you'll find this:
    @media only screen and (max-width: 800px) {
    Under that, you'll see this code:

    	.five-sixths,
    	.four-sixths,
    	.one-fourth,
    	.one-half,
    	.one-sixth,
    	.one-third,
    	.three-fourths,
    	.three-sixths,
    	.two-fourths,
    	.two-sixths,
    	.two-thirds {
    		margin: 0;
    		width: 100%;
    	}

    Change the margin to:
    margin: 0 0 3%;
    Or whatever number you'd like. Percentages look better on mobile than fixed pixels.

    February 5, 2015 at 5:55 am in reply to: Increase space between blog posts on blog template #139780
    Christina
    Participant

    Adding this should work for you:

    .entry {
    margin-bottom: 40px;
    }
    November 13, 2014 at 8:44 am in reply to: Suggestions for an image gallery? #131418
    Christina
    Participant

    Hey, turns out that plugin works for Jetpack galleries as well as the native gallery. That'll do, thanks!

    November 13, 2014 at 8:33 am in reply to: Suggestions for an image gallery? #131415
    Christina
    Participant

    Might have to do that, but we were really hoping for something more attractive than the standard grid, that's why I was leaning towards Jetpack's tiled gallery:

    tiled gallery

    November 12, 2014 at 10:59 am in reply to: Responsive slider border #131309
    Christina
    Participant

    Ah, I see. Not sure where that one is coming from, but for now you can add this to remove it:

    .home-slider {
    margin-bottom: -6px;
    }
    November 12, 2014 at 10:04 am in reply to: Responsive slider border #131300
    Christina
    Participant

    It's a box shadow. Your code reads:

    .flexslider {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    }

    Replace that with this:

    box-shadow: none;

    By the way, if you're adding code to the same class (eg ".flexslider") it's always better to add it to the section that's already there and not create another ".flexslider {..." It will make it much easier for you to pinpoint any problems like this one in the future. Among many other benefits.

    November 12, 2014 at 9:26 am in reply to: Moving logo on education pro child theme #131296
    Christina
    Participant

    Sure thing! You can add this code:

    .site-title a {
    margin: 3% 15%;
    }

    And adjust the numbers as you'd like.

    November 12, 2014 at 8:49 am in reply to: Moving logo on education pro child theme #131288
    Christina
    Participant

    Hi Lily. The logo itself is pretty tiny. Did you want it that small? If you upload a logo that's about twice that size, it should fill up the space and align itself appropriately.

    September 10, 2014 at 4:21 pm in reply to: How do you send updates for themes you created? #123838
    Christina
    Participant

    Well she's not making any modifications to the CSS file, so if I made tweaks for her, I guess I'd just have her overwrite the file in her dashboard editor? She doesn't want to go through FTP from her host.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 74 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