Custom CSS for mobile - by Christina - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler

  • Avatar: AidaCorp
    Christina
    Participant
    February 13, 2017 at 20:28

    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!

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2017 at 09:12

    Hello,

    Could you please provide wp-admin access in Private Content so we could check it?

    Regards,
    Rose Tyler.

    Avatar: AidaCorp
    Christina
    Participant
    February 15, 2017 at 17:12

    Here is the login credentials. Thanks!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 16, 2017 at 16:29

    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.

    Avatar: AidaCorp
    Christina
    Participant
    February 20, 2017 at 18:17

    Thanks! That is exactly what I needed!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2017 at 08:00

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Custom CSS for mobile’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.