Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1016042

    Hello,
    I’m using a page to make a custom footer. On the regular pages it seems to display just fine but for some reason on the shop pages there is a gap between the socket and the footer.
    The Solution posted in the forum doesnt work for me.

    .woocommerce #ff-foot + #after_section_1 {
      display: none;
    }

    I found a Solution my self

    .woocommerce #after_section_1 {
      display: none;
    }

    worked fine :)

    • This topic was modified 5 years, 10 months ago by kkhosting.
    #1016117

    Hey kkhosting,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.