Tagged: x
-
AuthorPosts
-
March 8, 2017 at 9:45 am #1399182
How can I move the sidebar on the shop page (http://7d2.09d.myftpupload.com/shop/) to the top of the shop horizontally and make the shop width full width? Basically give room for 4 columns of products and have the sidebar widget product filters across the top horizontally.
March 8, 2017 at 10:56 am #1399296Hi there,
Please set the columns settings to 4 in the customizer and add this code:
.woocommerce.archive aside.x-sidebar.right { float: left; width: 100%; padding-left: 0; border-left: 0; } .widget_layered_nav, .widget_woocommerce_product_filter_meta, .widget_woocommerce_product_filter_order, .widget_woocommerce_product_filter_reset { margin-top: 0 !important; width: 15%; float: left; margin-right: 5%; }
Hope this helps.
March 9, 2017 at 10:31 am #1400699That moved the sidebar perfectly, but the whole content area for products and the breadcrumbs are pulled to the far left and not within the normal full width container.
March 9, 2017 at 2:41 pm #1401024Hi there,
Please add this code as well:
.woocommerce.archive .x-main { width: 100%; }
Hope this helps.
March 13, 2017 at 4:04 pm #1405466For some reason the drop down menu are not opening on a mobile phone. Can you take a look at that? The dropdown menus also are too wide on mobile (which might be a related issue).
March 14, 2017 at 1:07 am #1405932Hi there,
Please check your URL, it doesn’t work.
Thanks.
March 14, 2017 at 6:53 pm #1407273Sorry, we migrated to site to http://www.beachcandyswimwear.com
March 14, 2017 at 8:07 pm #1407396Hi There,
I could see that it is working well. Would you mind clearing your site and browser cache for testing. If still not working, please share us the details of your device that you used.
Thank you so much.
March 16, 2017 at 11:46 am #1409840It looks like the shop filter drop downs do work but you have to press on the very far right side because they extent past my iphone right side. How can I shorten the width of all those dropdowns?
March 16, 2017 at 7:35 pm #1410333Hi there,
Please add this CSS as well,
@media ( max-width: 767px ) { .attr_dropdown, .cat_dropdown, .widget_woocommerce_product_filter_order, .x-sidebar{ width:100% !important; max-width:100%; } .widget_layered_nav, .widget_woocommerce_product_filter_meta, .widget_woocommerce_product_filter_order, .widget_woocommerce_product_filter_reset { width: 200% !important; } }
Hope this helps.
March 27, 2017 at 4:25 pm #1422220That css didn’t change anything on the shop page.
….
Nevermind. found the css that was in the way of that fix.March 28, 2017 at 12:10 am #1422589Good to hear you figured it out! Let us know if you have any other questions. 🙂
-
AuthorPosts