Solved

Clear up blank space on Product Page

ShockPain
Tourist
10 0 1

Hey ,

 

I just wanted to ask quick how I can clear up that blank space between inkl. MwSt. and Mit unserem.

 

I really appreciate your time 🙂

Image-1.jpg

Accepted Solution (1)

oscprofessional
Shopify Partner
15830 2369 3072

This is an accepted solution.

Hello ,
Please share your site url.
So that i can check and provide you exact solution here.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 5 (5)

oscprofessional
Shopify Partner
15830 2369 3072

This is an accepted solution.

Hello ,
Please share your site url.
So that i can check and provide you exact solution here.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
ShockPain
Tourist
10 0 1

BlueCleaner.de

 

Passwort: 123

oscprofessional
Shopify Partner
15830 2369 3072

@ShockPain,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file

#ProductSection-product-template .product__policies {
	margin-bottom: 0.4rem;
}
#ProductSection-product-template .product-form {
	padding-top: 0;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
ShockPain
Tourist
10 0 1

Thank you very much 🙂

I also have another problem when I want to add something to card it says: Required parameter missing or invalid: items

 

I deleted before some html code:

              {% for variant in product.variants %}
                <option value="{{ variant.id }}"
                  {%- if variant == current_variant %} selected="selected" {%- endif -%}
                >
                  {{ variant.title }}  {%- if variant.available == false %} - {{ 'products.product.sold_out' | t }}{% endif %}
                </option>
              {% endfor %}
            </select>
 

I really don't know what to do. 

juliusacc
Visitor
3 0 0

I have a similar issue I think if someone stumbles across this can they take a look at mine?? I've made a post aswell here is the link.

https://community.shopify.com/c/Shopify-Design/blank-space-on-product-page-below-quot-buy-it-now-quo...

thanks