- This topic has 5 replies, 3 voices, and was last updated 10 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › E-store – resize and move a picture
Hi Tipsandtricks.
I have e-store and need a bit help. When you add a product to the basket you and go to backet (use the hidden when empty code on a full site)you get the go to payment with paypal picture. I would like to resize that picture and place it in the right side.
Now its too small and the placement is at the left side.
Can you help me with this issue?
Please use PicPaste http://picpaste.com/ to provide a screenshot of what image we are talking about.
Also, give us the URL of the page where we can go and check it on your site.
Its this images [redacted]
I change the picture but its just paypal checkout!
The link is [redacted]
Add a product to the cart and the cart shows up in the top of the page.
I am a developer on this website and its not mine so please remove the link to the website when we are done!
Look in the wp_eStore_style.css file for the .eStore_paypal_checkout_button CSS class. Copy & paste the class into the wp_eStore_custom_style.css file and make the appropriate modifications to the width & height settings.
The following post should help you with the checkout button alignment:
You can use the following plugin to add your custom CSS code to override styles:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Use the following CSS code in there to adjust the custom checkout image size that you are using:
.eStore_paypal_checkout_button{
height: auto !important;
}
Hi Tipsandtricks.
You guys are brilliant