• Resolved thomasbeyer

    (@thomasbeyer)


    After installing the latest version of WordPress something happened with my product page. it divided into two sections. Is there a way to solve this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s stylesheet, alter the column count from 2 to 1 in lines 56 & 57, or add this custom css:

    .gdl-page-content {
      column-count: 1 !important;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Then have a look round your site to see if there are any unwanted side effects.

    Thread Starter thomasbeyer

    (@thomasbeyer)

    @lorro That worked – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Product Page looks weird’ is closed to new replies.