• 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

Lifestyle Pro – weird image enlargement

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 › Lifestyle Pro – weird image enlargement

This topic is: not resolved

Tagged: lifestyle Pro

  • This topic has 13 replies, 4 voices, and was last updated 12 years, 8 months ago by Steve@316 Design.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • November 6, 2013 at 3:04 pm #71309
    Steve@316 Design
    Member

    I had a client provide the PayPal check out buttons. Only once I copy & paste the code into a page, the button images are giant. How can I stop/fix this


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    http://californiatournamenttrail.com/entry-membership/
    November 6, 2013 at 3:19 pm #71311
    RobG
    Member

    I think this should help you with the large button it help me. http://wordpress.org/support/topic/paypal-says-button-is-too-big-due-to-css-code-in-wp


    To speed up the process please post the link to the website in question.

    We recommend using Firebug to view source codes http://getfirebug.com/

    RobGoss WordPress Developer
    We build WordPress websites for your business or personal goals
    http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgoss

    November 13, 2013 at 9:42 pm #72874
    Steve@316 Design
    Member

    Thanks Rob, I tried that,.. maybe I was putting the code in the wrong spot,.. Couldn't get it to work. Then I noticed that was a three year old post. Should that matter?
    Now the client has given me even more buttons. Sure would like to find a solution.

    http://californiatournamenttrail.com/entry-membership/


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    November 14, 2013 at 5:38 am #72907
    RobG
    Member

    I think you might be placing the css part of the codes incorrectly, I've use this same method for my Paypal script works great.


    To speed up the process please post the link to the website in question.

    We recommend using Firebug to view source codes http://getfirebug.com/

    RobGoss WordPress Developer
    We build WordPress websites for your business or personal goals
    http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgoss

    November 14, 2013 at 10:42 am #72959
    Steve@316 Design
    Member

    Ok thx Rob, Can you please tell me exactly what code I put where? and I'll give it a try.


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    November 14, 2013 at 3:12 pm #73000
    RobG
    Member

    Hi Steve what you need to do is add the style part of this code to your Paypal button code because it seems our CSS is making the Paypal button larger. You can also change the height and width for your butting with this css code.

    <input type="image"
    src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif"
    name="submit"
    alt="PayPal - The safer, easier way to pay online!"
    style="border: 0px none ; padding: 0px; width: 96px; height: 21px;"/>


    To speed up the process please post the link to the website in question.

    We recommend using Firebug to view source codes http://getfirebug.com/

    RobGoss WordPress Developer
    We build WordPress websites for your business or personal goals
    http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgoss

    November 14, 2013 at 4:58 pm #73019
    Steve@316 Design
    Member

    I've tried putting that code in several different ways and different places, nothing seemed to work.

    Do I copy ALL that you have in bold? Or just whats in quotes,.. Then where exactly in the code below do I put it.

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick" />
    <input type="hidden" name="hosted_button_id" value="7HRYWZGJR46MA" />
    <input type="image" alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" />
    </form> 


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    November 14, 2013 at 5:38 pm #73025
    RobG
    Member

    Steve try adding it like this, What I did was upload my Paypal image to Workpress then added it in the script. And yes just the bold part of the code you need to add.

    I added it in the script you posted below.

    <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”><input type=”hidden” name=”cmd” value=”_s-xclick” />
    <input type=”hidden” name=”hosted_button_id” value=”7HRYWZGJR46MA” />
    <input type=”image” alt=”PayPal – The safer, easier way to pay online!” name=”submit” src=”https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif”style=”border: 0px none ; padding: 0px; width: 96px; height: 21px;”/></form>


    To speed up the process please post the link to the website in question.

    We recommend using Firebug to view source codes http://getfirebug.com/

    RobGoss WordPress Developer
    We build WordPress websites for your business or personal goals
    http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgoss

    November 14, 2013 at 7:00 pm #73037
    Steve@316 Design
    Member

    copied your code, pasted 1st button "CTT Membership" - http://californiatournamenttrail.com/entry-membership/


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    November 14, 2013 at 7:10 pm #73038
    AnitaC
    Keymaster

    The input is set at 100%. Try adding this to the bottom of your style sheet.

    input {
    width: 25%;
    }

    Need help with customization or troubleshooting? Reach out to me.

    November 14, 2013 at 7:20 pm #73039
    Steve@316 Design
    Member

    Thank you for chiming in Anita, This theme is being used for several other websites on a WPMS install. How will this effect the other sites?


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

    November 14, 2013 at 7:23 pm #73040
    AnitaC
    Keymaster

    That has only been happening with the PayPal buttons when they are rendered from the PayPal form code. So if you are using the PayPal form code, then yes - add that to those also. If you upload the image in the media area and then link the image to the PayPal url, then the image will not spread out that way.


    Need help with customization or troubleshooting? Reach out to me.

    November 14, 2013 at 7:30 pm #73043
    Tony @ AlphaBlossom
    Member

    Hello,

    Hope I don't confuse things by jumping in here, but I thought I'd share my thoughts.

    It shouldn't affect other sites unless they're sharing the same style.css file. If all sites are using the same button image, this might be more failsafe:

    .entry-content form input[type="image"] {
    max-width: 150px;
    }

    You can set the width to whatever you want. This way, it's not targeting all inputs, only the image type inputs within the entry-content forms.

    Hope that's helpful.

    Have a great night!

    Tony


    Tony Eppright | http://www.AlphaBlossom.com | Follow me on twitter @_alphablossom

    November 14, 2013 at 8:06 pm #73048
    Steve@316 Design
    Member

    Anita, that worked!!!! Thank you so much.


    Steve Adams | 316 Design | 619.726.9923
    We live the lifestyles that we promote.™

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