Empty space - by ejder077 - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow

  • Avatar: ejder077
    ejder077
    Participant
    November 25, 2019 at 06:53

    Hi,

    May I ask why there is such an empty space here?

    https://ibb.co/bgQSvB3

    I tried to add -300px on design option>margin of the row, but it affects the phone version

    What can I do?

    Thank you

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 25, 2019 at 18:34

    Hello,

    Provide us with link to page where you found this gap. We can’t understand what is the reason by screenshot only, we need to inspect the page, so, always provide link in addition to screenshot.

    Regards

    Avatar: ejder077
    ejder077
    Participant
    November 26, 2019 at 03:02

    I am really sorry. I did not mean it, I just forgot.

    https://cyberwebhk.com/%e6%87%89%e7%94%a8%e7%a8%8b%e5%bc%8f%e5%8f%83%e8%80%83/

    Thank you

    Avatar: John Holden
    John Holden
    Support staff
    November 26, 2019 at 06:26

    Hi,

    You can use custom classes to hide rows on large screens https://prnt.sc/q23kky

    Then, use below code

    @media (min-width: 1024px){
        .hidden-row-lg{
            display: none !important;
        }
    }

    Regards,
    Hung PD

    Avatar: ejder077
    ejder077
    Participant
    November 26, 2019 at 06:33

    Thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 26, 2019 at 12:49

    Hello,

    You are welcome. Or don’t use row option to add the margin for the row http://prntscr.com/q294ya but use the column settings because you hide column for the desktop and margin will be also hidden in this case.

    Regards

  • 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.