Custom CSS to align events
-
I had a custom CSS code to align events on a single line: date on the left, title in the centre and content on the right. As the CSS classes changed with the last update, this CSS code no longer worked. I managed to find a correct alignment with the following code: vsel .vsel-meta, vsel-alignleft {clear:none; float:left; padding:0 10px 0 0;} vsel .vsel-info-block, vsel-alignright {clear:none; float:left; padding:0 10px 0 0;}
Everything works fine except on mobile where the content row is placed under the date, which is normal, but does not take up the entire width of the container. Can you help me, I must have missed something.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom CSS to align events’ is closed to new replies.