hi can you help me align the text that says ‘‘3 products’’ to the left for the mobile version only
thank you
Pass: biangu
hi can you help me align the text that says ‘‘3 products’’ to the left for the mobile version only
thank you
Pass: biangu
Hi @MT27
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
display: none;
}
h2.product-count__text.text-body {
text-align: left !important;
margin-left: 50px !important
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hello @MT27
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Hi @MT27
I’m Dan from Ryviu: Product Reviews & QA
You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code
Best Regards,
Dan from Ryviu