Viewing 8 replies - 1 through 8 (of 8 total)
  • These are English language forums, so please use English. Alternatively, use a WP support forum in your language.

    Thread Starter dnamit

    (@dnamit)

    Sorry about that. I saw that the author of the plugin
    is from Germany and thought it would be easier for me.

    For everyone else:
    there is a gap after the 6th product on my shop page
    which has the same size as a product but its just blank space.
    I can’t figure out the problem and need assistance.

    Tim

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Tim,

    it’s because of the height. The height of the article element should be higher.
    Please reduce the height of h3 for example by adding the custom css:

    .spreadshirt-article h3, .spreadshirt-design h3 {
        height: 50px !important;
    }

    or increase the overall height of the articles by adding this:

    .spreadshirt-article, .spreadshirt-design, .spreadshirt-article-detail {
        min-height: 600px !important;
    }
    Thread Starter dnamit

    (@dnamit)

    Hi Thimo,

    Thanks a lot for your fast response,
    increasing the overall height solved it !

    Tim

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Tim,

    give me a +++++ rating for the plugin 🙂

    Cheers

    Thread Starter dnamit

    (@dnamit)

    Most certainly ! The plugin + support is awesome !

    Thread Starter dnamit

    (@dnamit)

    Just noticed why the problem occured,
    I removed the “show description” link
    before updating. After the update it
    reappeared and messed up the height.

    Cheers from Hamburg
    Tim

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    from Hamburg to Hamburg 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Lücke bei den Produkten (Gap between Products)’ is closed to new replies.