• wordmax

    (@wordmax)


    The back, next (pagination) elements could use some better CSS design so that they actually appear as buttons. Currently, they are just small default text size links that say “back” and “next”… Not easy for users to see.

    Also the option/setting to change the zoom on product/pic (inner, lens, disabled) seems to have no effect when changing those settings. So I want to completely turn off zoom-in for all screen sizes, so try the (disabled) and the zoom still happens on mouse-over for all screen sizes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wordmax

    (@wordmax)

    Another real basic issue needs attention… the size selector drop-down with the current em settings for CSS do not fully show the size letters S, M, L, etc

    fix:

    .size-select {padding:5px !important;}
    Thread Starter wordmax

    (@wordmax)

    CART VIEW: In smaller screen size like phone when open the cart view, it does not resize to fit the phone width and spills outside of the screen. So can’t see all the text and info in the cart window…

    Can we fix it like this?

    .spreadplugin-cart {max-width:100% !important;}

    That seems to work so we can see all the cart info on the phone screen, but then we have issues with the “close” vs. “proceed to checkout” buttons not stacking correctly…

    This is pretty basic CSS stuff (plugin developer) that would increase the value of your plugin to take some time to make sure the layout CSS works well for all screen sizes.

    • This reply was modified 2 years ago by wordmax.
    • This reply was modified 2 years ago by wordmax.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS issues & pic zoom issues…’ is closed to new replies.