This topic has 9 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hello!
My product category pages disappears when I activate my custom.css file. (The product pages are fine).
When I deactivate the custom.css file the product category pages reappears.
This problem ONLY occurs on Mobile device. I am using an Android mobile.
(I’m attaching a copy of my custom.css file)
Any suggestions?
Thanking you.
John.
http://www.frockmania.com
Home URL: http://www.frockmania.com
WC Version: 2.5.5
WP Version: 4.4.2
Blanco Version: 3.5
Hello,
Please try to add this code in custom.css file.
#loader {
display: none !important;
}
Regards,
Robert Hall
Apologies i should have specified that the products disappear, not the entire page.
The menu, footer, widgets etc. remain (albeit the layout is misaligned!), but the product items on the gallery disappears so you just get an empty page.
I uploaded,
#loader {
display: none !important;
}
but problem reoccurs once i activate the custom.css file
The problem caused by this code in custom.css file.
#default_products_page_container {
width: 960px !important;
}
Please remove it and check the issue.
Regards,
Robert Hall
Hi Robert
That seems to have resolved it.
However my “NEW! GIGT CARDS ONLINE” image is way off-centre and is sitting to the right.
Is there anyway to centre/align this?
Thanks
John
Try to remove this code in custom.css
#prefooter .one-half.gift {
width: 650px;
}
Regards,
Robert Hall
Hi Robert
That has resolved the issue.
Thanks for your assistance!
Best Regards
John
Hello,
You’re welcome!
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up