-
AuthorPosts
-
February 20, 2019 at 10:43 am #1069372
Hi
please look here:
https://marcusjeroch.de/screens/margin-issue.jpgLeft product has a huge gap between the price and the shipping link.
How do i reduce this massive gap? (see screenshot)This is not a woocommerce issue – its a theme issue.
Its a general question so please dont ask me about access!
MarcusHTML (if needed)
<a href="http://shop.xxxxxx.de/shop/events/adsfgh-kopie/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><div class="thumbnail_container"><img src="http://shop.xxxxxx.de/wp-content/uploads/halm.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" srcset="http://shop.xxxxxx.de/wp-content/uploads/halm.jpg 1500w, http://shop.xxxxxx.de/wp-content/uploads/halm-300x200.jpg 300w, http://shop.xxxxxx.de/wp-content/uploads/halm-768x512.jpg 768w, http://shop.xxxxxx.de/wp-content/uploads/halm-1030x687.jpg 1030w" sizes="(max-width: 1500px) 100vw, 1500px" width="1500" height="1000"><span class="cart-loading"></span></div><div class="inner_product_header"><div class="avia-arrow"></div><div class="inner_product_header_table"><div class="inner_product_header_cell"><h2 class="woocommerce-loop-product__title">adsfgh (Kopie)</h2> <span class="price"><span class="from">Ab: </span><span class="amount">0,00€</span></span> </div></div></div></a>
February 20, 2019 at 5:25 pm #1069553Hey MarcusJeroch,
Can you give us the link to the page?
You can post the link in private content, if you want that only moderators can view it.Best regards,
NikkoFebruary 20, 2019 at 5:45 pm #1069574No – i cant.
February 20, 2019 at 6:07 pm #1069596Hi,
Since you said it’s a theme issue, can you tell us if there’s a demo and the name of the demo that shows this huge gap?
This is the default shop page in the demo: https://kriesi.at/themes/enfold-2017/shop/
I can’t see any huge gap.Best regards,
NikkoFebruary 21, 2019 at 10:41 am #1069860Why are you so uncooperative and unwilling?
I gave you an explanation, i gave you a screenshot and i gave you HTML.
So whats wrong with you?February 21, 2019 at 10:44 am #1069861by the way.
You demo does NOT CONTAIN shipping cost .
How can there be a gap between the price and the shipping cost if you dont have shipping cost in your demo????
This is so resprectless how you behave !!!!!- This reply was modified 5 years, 9 months ago by MarcusJeroch.
February 22, 2019 at 4:19 am #1070191Hi MarcusJeroch,
I’m trying to help you that’s why I asked for a link since I could not reproduce the issue that you’re having and could not find a similar issue on one of the demos.
The html you gave also doesn’t contain the “zzgl. Versandcosten” text which shows in the screenshot.
There’s a private content where you can put the link so it’s not visible to others except you and the moderators.
If you’re not willing to give us a link, then maybe give us steps on how we can reproduce the issue?Best regards,
NikkoFebruary 22, 2019 at 1:33 pm #1070313I GAVE you steps!!
You was the one giving me an absolutely unmatching demo as an explanation.
This clearly states that you didnt even read my initial post.
So dont tell me that you try to help!Once again:
You demo does NOT CONTAIN shipping cost .
How can there be a gap between the price and the shipping cost if you dont even have shipping cost in your demo????February 26, 2019 at 9:14 am #1071675Hi MarcusJeroch,
I apologize for the delayed response, try adding this css code in your Quick CSS (located in Enfold > General Styling):
#top .inner_product_header { min-height: auto; }
if that doesn’t help, please try to use this code instead:
#top .inner_product_header { min-height: auto; padding-bottom: 0; }
Best regards,
NikkoFebruary 28, 2019 at 3:55 pm #1072659Next one:
How to remove the line-break between “zzgl.” and “Versandkosten”?March 2, 2019 at 5:47 pm #1073642Hi MarcusJeroch,
I can’t reproduce that part on my end.
Can you inspect that part using a web inspector? then post a screenshot of it, so atleast I can see the structure and classnames and try to provide some css codes that should work.Best regards,
NikkoMarch 5, 2019 at 7:03 pm #1075028March 7, 2019 at 6:25 am #1075778Hi MarcusJeroch,
Try adding this css code in Quick CSS:
#top .wc-gzd-additional-info.shipping-costs-info a { display: inline !important }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.