274

How to Disable Parallax Footer on Your MyListing Website

Powered by WPCodeBox

Enhance your MyListing website’s design flexibility with this code snippet. Easily disable the parallax footer effect, transitioning to a traditional, static footer experience.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

footer.footer {
  position: relative;
}
#c27-site-wrapper {
  margin-bottom: 0px !important;
}

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.