Error on Mobile View - by vulcansg - on WordPress WooCommerce support

This topic has 6 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: vulcansg
    vulcansg
    Participant
    August 3, 2015 at 19:37

    Hi Guys,

    There’s an error on mobile view specially on “the brand” page (http://www.vulcan.com.sg/the-brand)

    How can I make the paragraph mobile responsive?

    Thanks in advance!

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 3, 2015 at 19:46

    Hello,

    Try to use this code in custom.css file:

    @media (max-width: 480px) {.vc_custom_1428574860731 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: vulcansg
    vulcansg
    Participant
    August 4, 2015 at 07:45

    Hi Eva,

    Thanks for your quick reply, hmm i’m still having the same problem. 🙁

    Regards,
    Roz

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 4, 2015 at 07:55

    Hello,

    I changed the code a bit in custom.css. Please check now.

    @media (max-width: 480px) {
    .wpb_wrapper .vc_custom_1428574860731 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    }

    Regards,
    Robert Hall.

    Avatar: vulcansg
    vulcansg
    Participant
    August 4, 2015 at 13:35

    Hi Robert,

    I have seen the change!

    Will all the custom CCS codes work after I update my theme and wordpress? Could you guide me through the process of backing up please?

    Thanks!
    Roz

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 4, 2015 at 13:41

    Hello,

    The changes that are made in custom.css file won’t be lost after theme update.
    How to update theme you can watch in this video tutorial:

    Regarding back up, you can read in WordPress documentation:
    https://codex.wordpress.org/WordPress_Backups

    Best regards,
    Jack Richardson.

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

You must be logged in to reply to this topic.Log in/Sign up

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