display of the table (cms)

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
piszur
Posts: 2
Joined: 28 Dec 2022, 14:13

display of the table (cms)

Post by piszur » 29 Dec 2022, 09:22

I created a table element (1 row, 5 columns) in the content management of the Aimeos admin interface ('cms' menu).
I put an image in each cell.

The editor interface displays as expected (images next to each other), but the final result displayed is incorrect: the five images are displayed below each other.

Note: the generated table is positioned by CSS based on flex layout, so the cells may appear underneath each other in the mobile view.
If I use the developer tools to turn off the 'row' class of the <tr> element, it will display correctly at high resolution (the images will be next to each other).
Of course, this way the mobile view is not correct.


What should I do to display the table correctly in all resolutions?


___
Versions:
Debian GNU/Linux 11 (bullseye) + vbox
Standalone:
php - 8.2
aimeos-core - 2022.10.7
ai-laravel - 2022.10.4
laravel/framework - 9.37.0

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: display of the table (cms)

Post by aimeos » 30 Dec 2022, 19:14

Check in the browser inspector if there's a CSS style from the Aimeos theme which breaks the horizontal alignment. You can disable each rule one by one in the inspector.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

piszur
Posts: 2
Joined: 28 Dec 2022, 14:13

Re: display of the table (cms)

Post by piszur » 18 Jan 2023, 11:15

Thank you for your reply!
I tried what you described, but I couldn't find a solution.

Post Reply