Archived topic
Understanding site "Shop" and scrolling issue
3 replies · Started by infotbd on November 23, 2021
Hello all,
i have a shop site and if i check the content there is nothing. Only the title. You can see it here:
https://imgur.com/fvNZsoz
If i go on the website and go to this website over the button "Shop" it displays my products. Why did do this website? I would think i need to add some content that the products will be shown?
---
Then i have a scrolling issue. If i go on a product and scroll down the product short descrition and the other stuff comes down too and go over the large product description. Any idea?
You can see this here:
https://imgur.com/3ma64Ma
Im using Generatepress Premium with the "niche" Theme for ECOMMERCE and Woocommerce.
Hi there,
The shop page is generated and assigned automatically by Woocommerce when you install and activate the plugin.
GP has no control over it, for more info please visit WooCommerce website: https://woocommerce.com/document/configuring-woocommerce-settings/#product-settings-general
For the other issue, can you go to customizer > additional CSS, find this CSS:
.woocommerce div.product div.summary {
grid-column: 2;
grid-row: 1;
margin-left: 80px;
position: -webkit-sticky;
position: sticky;
top: 105px;
bottom: 100px;
padding-right: 80px;
}
Remove these lines:
position: -webkit-sticky;
position: sticky;
top: 105px;
bottom: 100px;
Let me know :)
Seems to work. Thank you very much!!
You are welcome :)