Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi aestheticsauce,

    the gaps come from the different heights of each elements. You can avoid this by increasing the height of each element.

    Add to custom css of spreadplugin (admin settings panel):

    .spreadshirt-article, .spreadshirt-design, .spreadshirt-article-detail { min-height:750px !important; }

    and this is for fixing your template problems:

    .spreadshirt-menu.fixed {
    z-index:1005 !important;
    left: inherit !important;
    }

    Cheers
    Thimo

    Thread Starter aestheticsauce

    (@aestheticsauce)

    This fixed both issues. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display issues with item menu and item blocks.’ is closed to new replies.