8THEME8
8THEME
May 11

Compare page - position of controls

The control arrows for moving the compare table leftright are currently positioned in the vertical middle of the compare table. I would suggest putting them higher up or make them sticky in relation to the table, in order to keep them visible at any time. The reason is that the list of product specifications can become quite long for certain products, as in my case https://www.pflanzkompass.at/konto/?et-compare-page, and one need to scroll down first in order to display products that are farther right in the table. best regards Martin
ReviewingReviewing

May 11, 2026

Hello @Martin Thanks for sharing us the idea ! As you know we implement first most-voted requests so we need to wait for some more voices. Thanks for understanding ! For this time we may recommend you to add custom CSS to your child-theme/style.css or to Theme Options -> Theme Custom CSS -> Global CSS ``` @media only screen and (min-width: 993px) { .xstore-compare-table-wrapper { max-height: 70vh; overflow-y: auto; } .xstore-compare-table-wrapper::-webkit-scrollbar:vertical { display: block; } } ``` You will get next result where all table will be visible at once and arrows have better looking position -> https://gyazo.com/269a690e76e4d5b24b69a0ad90c1fb81 Waiting for your answer ! Kind regards, Jack Richardson

May 11, 2026

Hello Jack, that works perfectly and looks good! Thank you for the quick fix. Best regards Martin