its a good idea
you can do sth like this with css:
.background-image.background-image-count-2 img:first-child{
left: 20px!important;
width: calc(50% - 30px)!important;
}
.background-image.background-image-count-2 img:last-child{
right: 20px!important;
width: calc(50% - 30px)!important;
left: auto!important;
}
Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"
Found it š¤š»
Leaving the CSS here in case sb may want to do the same in the future:
.fixed-row {
position: fixed;
top: 10px;
right: 20px;
bottom: 10px;
left: 20px;
}
very good
you can also try this:
.thumbnail-wrap:has(>[data-id="2934"]){
display: none;
}
2934 needs to be the id of your project
src:
https://stackoverflow.com/questions/1014861/is-there-a-css-parent-selector
yes!
maybe u can find a plugin that does this!
then the plugin wont be overwritten when lay theme updates.
when lay theme updates, all files in the lay folder are overwritten