Hey guys,
I have a woo store on http://104.197.225.108/
The “sort by price” slider looks fine on desktop, but goes to the bottom of the page on mobile. I need it on top.
We uploaded the below to wp-content/themes/x-child/framework/views/integrity/, but it didnt work. HELP please
Thanks
D
<?php
//
// VIEWS/INTEGRITY/WOOCOMMERCE.PHP
//
// WooCommerce page output for Integrity.
//
?>
<?php get_header(); ?>
<div class=”x-container max width offset”>
<?php get_sidebar(); ?>
<div class=”<?php x_main_content_class(); ?>” role=”main”>
<?php woocommerce_content(); ?>
</div>
</div>
<?php get_footer(); ?>