Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore drop-down lists spacing
- This topic has 4 replies, 2 voices, and was last updated 12 years, 4 months ago by PuntaCanaTours.
-
AuthorPosts
-
June 27, 2012 at 6:41 pm #6694PuntaCanaToursMember
I’ve been using your free plugin for sometime, and finally decided to upgrade. So far, so good. But I have a formatting issue with the drop down lists. I’ll be referring to this page regarding my questions:
http://puntacanatours.com/parasailing/
The product Parasailing Tandem is using fancy1
The product Parasailing Solo is using fancy4
Notice that in both instances the spacing between select variation1, variation2, and variation4 are different. There is a much larger space between variation2 and variation4.
If you look at the code you will see unclosed paragraph tags. Maybe this has something to do with it.
Request #1
I would like there to be equal spacing between variation1, variation2, and variation4
Looking at the same page, you will see unnecessary between the “Add to Cart” button and the bottom border.
Request #2
I would like to close the gap (spacing) between the “Add to Cart” botton and the bottom border.
Thanks,
Ken
(I’m not afraid to dig into the code)
June 28, 2012 at 4:24 am #46546adminKeymasterThere is suppose to be equal spacing for variations already but it looks like you have already tinkered with the code a little? The variation drop down is not suppose to come on the next line. Is there a plugin or theme that is apply some special filter on your site?
Please make sure you read our forum rules (pay attention to the 3rd point):
https://support.tipsandtricks-hq.com/forums/topic/forum-rules
June 29, 2012 at 12:43 pm #46547PuntaCanaToursMemberThe only code I tinkered with is the custom.css for fancy4. There have been no tinkering or changes to the code or css on fancy1. And you can see the problem still exists on fancy1. What you see is exact how it looks after a new install. I have read the forum rules (3rd point) and dont see how that applies to me.
I agree that there should be equal spacing for variations, that is why I created this post. On my install, this is not the case. Does it have anything to do with the fact that when you look at the code you see variation1, variation2, and variation4? There is no variation3. And the extra space is between variation2 and variation4.
Thanks again
June 29, 2012 at 1:04 pm #46548PuntaCanaToursMemberI just changed the theme of my site to twentyeleven, and I see what you are talking about. So there must be some CSS in my theme that is messing with your code
June 29, 2012 at 2:02 pm #46549PuntaCanaToursMemberFound the problem. It wasn’t CSS at all. It was another a filter. Just FYI, this messes with your code:
remove_filter( ‘the_content’, ‘wpautop’ );
add_filter( ‘the_content’, ‘wpautop’ , 12);
-
AuthorPosts
- You must be logged in to reply to this topic.