matthewhodges
Member-
Content Count
18 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Simple rollover for grid gallery 7.1
matthewhodges replied to matthewhodges's question in Coding and Customization
Can you give me the code for this also? Thanks!- 8 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
Simple rollover for grid gallery 7.1
matthewhodges replied to matthewhodges's question in Coding and Customization
I would also like the social media icons to be centre aligned on mobile if possible?- 8 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
Simple rollover for grid gallery 7.1
matthewhodges replied to matthewhodges's question in Coding and Customization
Hi – that would be great thanks- 8 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
matthewhodges reacted to an answer to a question: Simple rollover for grid gallery 7.1
-
bangank36 reacted to an answer to a question: Simple rollover for grid gallery 7.1
-
Simple rollover for grid gallery 7.1
matthewhodges replied to matthewhodges's question in Coding and Customization
This is perfect for me, thank you so much!- 8 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
matthewhodges reacted to an answer to a question: Simple rollover for grid gallery 7.1
-
bangank36 reacted to a question: Simple rollover for grid gallery 7.1
-
matthewhodges started following Remove padding from navigation, Simple rollover for grid gallery 7.1, Reduce section height / padding and 3 others
-
Site URL: https://www.matthodgesdesign.com/ Is it possible to add simple image rollover effects to a grid gallery in 7.1? All I want for the image to change to a second image on mouse/cursor hover, and then change back on hover off (preferably with a smooth transition). Clearly this isn't possible with the standard controls, but wondering if possible using CSS and custom files? I've been searching online (and on here) and not found the answer, which is surprising in that I would have thought this would be a sought after feature. On my site I have added a simple brightness hovereffect to
- 8 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
gdon reacted to a post in a topic: Disable feature for portfolio sub-pages 7.1
-
Abstract_Truth reacted to a post in a topic: Disable feature for portfolio sub-pages 7.1
-
Throughout my site, I have sections like this where there appears to be more padding around certain certain secitions than others. All sections have a height setting of 'small'. I would like to know if it's possible to reduce this padding globally? I know there's not a setting for it, but can it be done with a simple CSS command? I would rather not have to write code for each block I want to adjust (but will if I have to!)
-
Kaye reacted to a post in a topic: Disable feature for portfolio sub-pages 7.1
-
[Mobile] Gallery grid as a single column
matthewhodges replied to Gus1987's question in Coding and Customization
Hi – this is the site: https://www.matthodgesdesign.com/ I would like for the image gallery on the homepage to collapse to a single column in mobile view. There are other galleries on the site that I want this to happen for too, and some that I don't – so is there code I can target to specific pages? Thanks!- 10 replies
-
- grid-gallery
- mobile
-
(and 1 more)
Tagged with:
-
Quote source line height issue
matthewhodges replied to matthewhodges's question in Coding and Customization
I should add that this issue is site-wide, not just on this particular page (though it looks the worst here, as the source line is quite long). -
Site URL: https://corn-algae-x23x.squarespace.com/our-story?p https://corn-algae-x23x.squarespace.com/our-story?p I'm having an issue with the line height of my quote source text. I want it to be the same as the paragraph text above – I have made the values the same, but you can see the line height is much bigger for the quote source line (and doesn't look good...) My paragraph 1 is set to 1.5rem with a line height of 1.5em – I have set the same values for the quote source, but it still looks different. I have attempted to correct/override it by adding custom CSS, but that di
-
[Mobile] Gallery grid as a single column
matthewhodges replied to Gus1987's question in Coding and Customization
I came here wirth the same problem – I have an image gallery (with three images across) that goes to two across in mobile view, which doesn't look good. I just want it to be a single coloumn of images in mobile view. I tried the above CSS but nothing changed? Image attached.- 10 replies
-
- grid-gallery
- mobile
-
(and 1 more)
Tagged with:
-
matthewhodges reacted to an answer to a question: Remove padding from navigation
-
bangank36 reacted to an answer to a question: Remove padding from navigation
-
Remove padding from navigation
matthewhodges replied to matthewhodges's question in Coding and Customization
That worked perfectly, thank you!- 7 replies
-
- navigation
- padding
-
(and 1 more)
Tagged with:
-
Site URL: https://www.crxssplatfxrm.com The navigation on my site runs onto two lines, even when it appears there is plenty of space for it to stay on one line. I guess there is some kind of padding at the sides – how can I remove this? I would prefer that the navination never went to two lines, and if the screen wifth isn't wide enough it would go straight to the burger menu. Is that possible?
- 7 replies
-
- navigation
- padding
-
(and 1 more)
Tagged with:
-
Hide portfolio text overlay 7.1
matthewhodges replied to matthewhodges's question in Coding and Customization
Hi – thanks for the reply. Your first suggestion was not an option to me as I don't have a premium plan, but I did manage to get the second option to work, so thanks very much. -
hailsc reacted to a post in a topic: Disable feature for portfolio sub-pages 7.1
-
Disable feature for portfolio sub-pages 7.1
matthewhodges replied to matthewhodges's topic in Pages and Content
I also don't understand why certain settings have to affect portfolios site-wide. For example the cropping ratio – it appears you can't have one portfolio on your site cropped to 1:1 and another cropped 3:2. Clearly consistency of presentation has been prioritised which makes sense, but being able to override certain controls without the use of custom CSS would be useful. -
Site URL: https://www.crxssplatfxrm.com/selected-artists I have successfully used the following CSS to hide the hover text overlay from my portfolio, while keeping the hover colour overlay: .portfolio-text { opacity: 0 !important; } However, I wish to add another portfolio to the site, on which I want to keep the hover text overlay – it seems that the above command affects all portfolios site-wide. Is there an addtion I can make to the CSS to specify the one portfolio?