• Resolved ATadmin

    (@atadmin)


    Hello,
    On the Detail page mode, the webpage is not reading correctly on the Customizer theme. The bottom of the page is ending up in the middle of the the products. The other two displays, thumbnail and list are doing it correctly.

    here is my page: https://www.teamtoothfairy.org/toothfairy-ball/

    I am using the shortcake: [starting_layout=”Detail”]

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Admin,

    Your shortcake is correct.

    For some reason, a fixed height of 120px is being set to the “prod-cat-inner” class. Not sure why this is happening, but that is what’s causing your issue. The following custom CSS should correct this:

    .prod-cat-inner {
    height: auto !important;
    }
    

    You can add this code to the “Custom CSS” box for your catalog (found by going to the “Catalogues” tab and clicking on your catalog).

    Thread Starter ATadmin

    (@atadmin)

    Yes! That did the trick. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Detail mode not working with theme’ is closed to new replies.