• Resolved wapatu

    (@wapatu)


    Before I do any more damage I thought I’d ask here since everyone is so helpful. I must have changed something that is now causing my footer to show up in the middle of my single product pages. Any suggestions where I should look to fix this?
    Thank you in advance.

    My site

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there wapatu,

    Hope you’re well today!

    If this is what you’re referring to https://screencast.com/t/UbWO19Iolzsd then please try adding the following CSS code to Appearance >> Theme Options >> Advanced Settings >> Custom CSS:

    .woocommerce-page div#content {
    min-height: 496px;
    }

    This should increase the minimum height of the content area on woocommerce pages.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter wapatu

    (@wapatu)

    Thank you, but I’m actually referring to the page that you would actually buy the item. The footer is showing over the description.

    this page

    I appreciate the help!

    Diane

    Hey Diane,

    Thanks for the clarification. In that case please try adding the following CSS code as explained above:

    .single div.product.status-publish {
    height: auto;
    }

    This should move the footer to the bottom of the page. Please let me know if this helps ??

    Cheers,
    Bojan

    Thread Starter wapatu

    (@wapatu)

    Thank you for your quick response. It worked perfectly!
    It seems every time I make a change to one thing, I screw something else up! ?? I’m learning though!
    Thank you again for your assistance!
    Have a great day!
    Diane

    Glad I could help ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer in Middle of Single Product Page’ is closed to new replies.