• Resolved leonardorortizm

    (@leonardorortizm)


    Hi, how i can display two colums of all_listing_page on mobile view? , i has been do it in other pages but not remember how. ?? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @leonardorortizm

    Thank you for reaching out.

    Please use the following line of codes in WP Dashboard->Appearance->Customization->Additional CSS to show two columns on the mobile view of all listings page:

    @media only screen and (max-width: 600px) {
    .atbd_content_active #directorist.atbd_wrapper .atbdp_column {
    width: 50% !important;
    }
    }

    Kind regards.

    Thread Starter leonardorortizm

    (@leonardorortizm)

    Very thanks for the response…!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Two comumns Mobile’ is closed to new replies.