Mysterious gap between before content
-
Hi,
I’m trying to set up a shop using WP E-commerce and the “Andyblue” theme.
On my site https://onetopsoccer.com/blog/?page_id=3 you can see that there is a large space between the menu and the grid content below. This can also be seen if you add an item to the cart and go to the Checkout page.
I’ve found that this gap doesn’t appear when I use a different theme, but I’ve already modified the Andyblue theme heavily and I plan to use it.
I’ve found that on a single item page such as this one: https://onetopsoccer.com/blog/?page_id=3&category=1&product_id=1 the gap doesn’t appear, but I can reproduce it by removing the overflow:auto; line from my CSS.
#products_page_container {
height: 100%;
overflow: auto;
margin: 0;
padding: 0;
}Would anyone be able to identify why this is happening? I’ve been messing around with the CSS for days on end without any progress.
Thanks in advance.
- The topic ‘Mysterious gap between before content’ is closed to new replies.