spstudiosdotcom
-
Posts
4 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by spstudiosdotcom
-
-
HOW TO add a drop SHADOW (or box shadow) on the Event thumbnails on my events-page?
Is it something like this?:
.list-item{
border-radius:10px!important;
box-shadow: 5px 5px 10px #000!important;
border:6px solid #fff!important;
}Cant figure out the ID for the Event Thumb nails on the event page... Thanks for any help - I appreciate it!
Oh wait - just found this:
-
Thanks for solving this Saara!
The Squarespace App. will delete the empty and undeletable "Couldn’t delete collection Folder resource #..." phantom folder!
-
Hi tuanphan,
I have learned a lot from your posts over the years!
Was wondering if this could be coded to justify (vertically) the menu items in the mobile menu?
something like this -
/* TRYING TO GET THIS TO SPACE EVENLY on MOBILE MENU */
[data-folder] .header-menu-nav-folder-content {
justify-content: space-evenly !important;
}not spacing evenly - just getting the default.
For reference, my site is
spstudios.com
(issue is when viewing in mobile or browser-window is smaller than 1400px wide)
Thanks, 'spstudiosdotcom'
HOW TO add a drop SHADOW (or box shadow) on the Event thumbnails on the Events page?
in Customize with code
Posted
Thanks again TUANPHAN!
All Best !
a.eventlist-column-thumbnail.content-fill{
filter: drop-shadow(4px 4px 8px #000000) !important;
}