All borders, padding, margins seems to be removed but the modules are still being stacked. How can you align the 9 modules horizontally beside each other without collapsing?
soren9000dk Hi
Try add this to custom.css file :
#grid6wrap .zen-spotlight { display: flex; flex-direction: row; flex-basis: auto; }
Kindly ensure to clear your browser cache if changes dont reflect.
Unfortunately it made no difference - it is still stacked (PC view). What else can be done to solve the problem?
soren9000dk Unfortunately it made no difference - it is still stacked (PC view).
You may check now. Ref: Screenshot as the CSS suggested can be seen appending now bringing position for elements as envisaged
It works! Maybe it already worked the first time cause I had only tested it on localhost and forgot to test it on web. Once again - you're good. Thank you very much :-)