Jump to content

Squarespace 7.1 - Portfolio Captions Below Image on Mobile

Recommended Posts

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!

Screen Shot 2022-10-05 at 3.31.27 PM.png

Edited by skalison
Link to comment
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!

Screen Shot 2022-10-05 at 3.31.27 PM.png

Does the title need to be within the box?

image.png.d00863e2f9b554c070ae37b5bf627651.png

Does it fine with this location?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
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;
}
}

 

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!)

Link to comment
  • 1 year later...
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;
}
}

 

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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.