• Resolved mkornegay2

    (@mkornegay2)


    On my products page https://tacticalrehabdme.com/products/, my footer is floating in the middle of my page over my content. This doesn’t happen in thumbnail view, but in list and in detail view. Please take a look. I’ve tried correcting with CSS, but is messed up the footer for other pages on my site. I tried to make it page specific, but it did not work. The plugin is the latest and the footer issues is not on any other page on my site, just the one that the product catalog shortcode is on. Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Mkorn,

    For some reason, a fixed height of 120px is being set to the “prod-cat-inner” class. Not sure why this is happening, but that is what’s causing your issue. The following custom CSS should correct this:

    
    .prod-cat-inner {
    height: auto !important;
    }
    
    Thread Starter mkornegay2

    (@mkornegay2)

    Thanks so much. I thought it was a footer issue, but I guess it would have been global if so. Yeah, not sure how that happened because I don’t have any styling affecting that class that I can see.

    Would there be anything in the Styling Tab that’s causing it? I don’t see that size parameter anywhere. I have the box options under custom set to 90, 35, 10, 10. And the thumbnail box options set to 250, 0, 300, 25, 0, 0. Everything else is default.

    Thanks!

    Hi Mkorn,

    I doubt it’s something in the Styling tab. Not sure if it’s a conflict or a default setting with one of our new features. We’ll take a look to make sure. In the meantime, the CSS above should work fine.

    Thread Starter mkornegay2

    (@mkornegay2)

    Ok, and yes it worked. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer Floating in Center of Product Catalog Page’ is closed to new replies.