Another feature proposal: In a stack element you can only place elements on top of each other.
Why not also be able to place things next to (horizontally) one another?
Thank you for your great work <3
Another feature proposal: In a stack element you can only place elements on top of each other.
Why not also be able to place things next to (horizontally) one another?
Thank you for your great work <3
Thanks!
This code worked for me:
/* delaying the the appearance of project thumbnail mouse hover images */
.thumb.has-mouseover-img img {
transition: opacity 1.0s ease;
}
.thumb.has-mouseover-img img.mo_thumb {
opacity: 0;
transition: opacity 1.0s ease 0.2s;
}
.thumb.has-mouseover-img:hover img:first-child {
opacity: 0;
}
.thumb.has-mouseover-img:hover img.mo_thumb {
opacity: 1;
}
@arminunruh ... sure, for that reason I asked if someone is using an external program for editing the CSS.
I know that this issue is not a major focus for Lay Theme but developing a quick workflow within the given text box is pretty hard.
How is the Custom CSS being inserted into the main code? Maybe here could be a possible interface for an external editor?
Thank you very much for all the great work! Really love using Laytheme...
One thing that might help others is to add a search function to the documentation so one can quickly research for specific terms or issues.
Have a nice day ^_^