skalison Posted October 5, 2022 Posted October 5, 2022 (edited) Hello! I'm wondering if there is an easy way to get the Portfolio project titles to appear below the image on mobile only? On desktop, it's preferred that the title appears on hover, but for the user experience on mobile would prefer them to appear below the image (example in attached screenshot) Thanks! Edited October 10, 2022 by skalison
Beyondspace Posted October 6, 2022 Posted October 6, 2022 19 hours ago, skalison said: Site URL: https://www.stephaniemaillard.com/serie-something-blue Hello! I'm wondering if there is an easy way to get the Portfolio project titles to appear below the image on mobile only? On desktop, it's preferred that the title appears on hover, but for the user experience on mobile would prefer them to appear below the image (example in attached screenshot) Thanks! Does the title need to be within the box? Does it fine with this location? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
skalison Posted October 6, 2022 Author Posted October 6, 2022 50 minutes ago, bangank36 said: Does the title need to be within the box? Does it fine with this location? @bangank36 That looks like it could work! Overall looking to have the title appear without the hover effect on mobile.
tuanphan Posted October 8, 2022 Posted October 8, 2022 On 10/6/2022 at 11:54 PM, skalison said: That looks like it could work! Overall looking to have the title appear without the hover effect on mobile. Add to Design > Custom CSS /* Mobile-Portfolio title under image */ @media screen and (max-width:991px) { div#gridThumbs { display: block !important; } .portfolio-text { opacity: 1 !important; position: relative !important; } } skalison 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
benwithpen Posted October 20, 2023 Posted October 20, 2023 Hi Tuanphan, this is exactly what I am looking for – it works great. Is there a way to also align the portfolio title to the left, but only on mobile? On my desktop version i have it set to centred and would like to keep that setting. Thanks
tuanphan Posted October 24, 2023 Posted October 24, 2023 On 10/21/2023 at 4:58 AM, benwithpen said: Hi Tuanphan, this is exactly what I am looking for – it works great. Is there a way to also align the portfolio title to the left, but only on mobile? On my desktop version i have it set to centred and would like to keep that setting. Thanks Use this CSS code @media screen and (max-width:767px) { .portfolio-text { padding-left: 0px !important; } h3.portfolio-title { text-align: left !important; } } benwithpen 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment