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

    (@pr3ss-play)

    Hallo,

    you’ll just need to increase the height of the element.
    Please add following custom css to the spreadplugin settings page at “Custom CSS”:

    .spreadshirt-design {
        height: 400px !important;
    }

    Viele Grü?e aus Hamburg
    Thimo

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Oh, I would also propose you to add this style, too:

    .spreadshirt-article, .spreadshirt-design {
      min-height: 930px;
    }
    Thread Starter e13kiki

    (@e13kiki)

    Thank you, the first part did the trick. The second snippet leaves too much room between the category and the footer, no?

    One more question, though – how do I change the grey background upon opened category back to white?

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Please disable “Motive mit Hintergrund” and add following custom css:

    .spreadshirt-items .active {
        background-color: #FFFFFF !important;
    }

    or

    .spreadshirt-items .active {
        background-color: none !important;
    }
    Thread Starter e13kiki

    (@e13kiki)

    Perfect! Thank you so much! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘?Click here to display articles“ gets cut off’ is closed to new replies.