This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hey I was wondering if you could give me the code to get the mobile space between the header and the first body to minimize. There is a gap where there was suppose to be a slider, but I disabled it on the mobile, so now there is just a gap…I would like that removed.
As well as the bottom navigation panel I created for the static footer box to be centered, only on mobile.
If you could give me those two codes to make that happen, that would be awesome!!
Thanks!
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Here is the login credentials. Thanks!
Hello,
You need to hide your column with slider on mobile http://prnt.sc/e9itaq, also add this code in Custom css for home page http://prnt.sc/e9iu5u:
@media only screen and (max-width: 480px) {
.page-content {
margin-top: 0;
}
}
I’ve added custom class http://prnt.sc/e9iv1w, please add this code in Global Custom CSS:
@media only screen and (max-width: 480px) {
.footer-navigation {
text-align: center;
}
}
Regards,
Rose Tyler.
Thanks! That is exactly what I needed!!
Hello,
You’re welcome!
Regards,
Rose Tyler.
Tagged: custom css, mobile, templates, woocommerce, wordpress
The issue related to '‘Custom CSS for mobile’' has been successfully resolved, and the topic is now closed for further responses