-
Content Count
178 -
Joined
-
Last visited
Reputation Activity
-
Marta reacted to tuanphan in How to move image title to top of stack images?
Add to Page Settings > Advanced > Header
(If you use Personal Plan > Edit Page > Add Code Block)
<style> .design-layout-stack { display: flex; flex-direction: column-reverse; } </style>
-
Marta reacted to tuanphan in How to move image title to top of stack images?
Add to Home > Design > Custom CSS
div#page-5f5fabc37ae33029763ed761 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; }