Hello,
On some of my pages, like my Cart and Checkout pages, there will be less content. I only have the footer socket set (no widgets). The height of the socket is way too large. I would just like it to be a thin bar at the bottom of any page, regardless of what content I have there (site is still under construction now that I’ve switched to Enfold, but the Woocommerce pages remain).
Can you please guide me in getting the footer socket to remain at one level width throughout all pages?
Thanks!
Hey goodiepup,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (min-width: 1024px) {
.woocommerce-checkout main.template-page.content.av-content-full,.woocommerce-cart main.template-page.content.av-content-full {
min-height: 1000px;
}}
Best regards,
Yigit