Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1069372

    Hi
    please look here:
    https://marcusjeroch.de/screens/margin-issue.jpg

    Left 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!
    Marcus

    HTML (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>
    #1069553

    Hey 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,
    Nikko

    #1069574

    No – i cant.

    #1069596

    Hi,

    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,
    Nikko

    #1069860

    Why 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?

    #1069861

    by 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.
    #1070191

    Hi 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,
    Nikko

    #1070313

    I 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????

    #1071675

    Hi 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,
    Nikko

    #1072659

    Next one:
    How to remove the line-break between “zzgl.” and “Versandkosten”?

    #1073642

    Hi 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,
    Nikko

    #1075028
    #1075778

    Hi MarcusJeroch,

    Try adding this css code in Quick CSS:

    #top .wc-gzd-additional-info.shipping-costs-info a {
        display: inline !important
    }

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.