Hello,
@maurilla : I just have a look, on your Url link, and first you have to know one point, tabular listing was never responsive on HikaShop.
From this, you have several solution :
- You have to add a tabular css command with an @media, see
this tutorial
and this sample example :
@media screen and (min-width: 480px) {
table .hikashop_table_class {
overflow-x:auto;
}
}
Or you had some Css command in your frontend_css, like you do
Last, note that this feature is on our todolist, sorry for this answer...
@Masters : It seems that your display issue is different, I guess (without clue) that this issue is
from your template.
Can you try, to process some test with default template (like protostar).
If that solve your issue see with your
template creator, otherwise can you provide an
Url link to see by ourself.
Regards