visionsbyfurks
Member-
Posts
70 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by visionsbyfurks
-
Aligning text differently on mobile to desktop
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@bangank36 It doesn't work unfortunately -
Site URL: https://studiofurks.com/ Hello, I wanted to align the "LinkedIn↗ Email↗" in my website footer on the left side on mobile only. I want to keep it how it is on desktop where it is aligned to the right. How do I do this? Thanks.
-
Remove spacing above portfolio grid
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@HoaLT Sorry but could I get some help again with the code please. Using the same code but it doesn't work. Might be because I've changed the layout abit? -
Hi, thanks @DigitalSerif tried the code on there but it doesn't really help sadly
- 15 replies
-
- navigation
- mobile
-
(and 3 more)
Tagged with:
-
Site URL: https://studiofurks.com/ Hi, I wanted to make sure that on the mobile version my website, the 2 page links that I have would appear without the need of using the hamburger menu. Example of what I'd like: Link to current site: https://studiofurks.com/
- 15 replies
-
- navigation
- mobile
-
(and 3 more)
Tagged with:
-
Remove spacing above portfolio grid
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@HoaLT Thanks, it works! -
Remove spacing above portfolio grid
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@Bizzz Should be there now -
Site URL: http://www.studiofurks.com How do I reduce/remove the spacing between Selected Work and the grid. Please see screenshot:
-
Site margins for Squarespace 7.1 mobile
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@tuanphan I've added the following code to adjust the portfolio image paddings however I'm trying to adjust the padding now inbetween the gallery items (I've attached a screenshot below the code): /* Padding on mobile portfolio grid */ @media screen and ( max-width: 767px ) { .tweak-portfolio-grid-overlay-width-full .portfolio-grid-overlay { padding-left: 2px !important; padding-right: 2px !important; } -
Site margins for Squarespace 7.1 mobile
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
@tuanphan Thank you but it doesn't do the same for the images www.studiofurks.com -
Site margins for Squarespace 7.1 mobile
visionsbyfurks replied to visionsbyfurks's topic in Customize with code
-
Adding descriptions to portfolio grid layouts in 7.1
visionsbyfurks replied to DontBeShy's topic in Customize with code
@tuanphan Resolved thank you. -
Site URL: https://www.studiofurks.com Hello, https://www.studiofurks.com/ I wanted to know how I could change the website margins for mobile only. As I want there to be less of the white space/margin around the website on mobile. Thanks.
-
Adding descriptions to portfolio grid layouts in 7.1
visionsbyfurks replied to DontBeShy's topic in Customize with code
@tuanphan https://www.studiofurks.com/work link to the portfolio grid Thanks -
Adding descriptions to portfolio grid layouts in 7.1
visionsbyfurks replied to DontBeShy's topic in Customize with code
Hello @tuanphan I followed your instructions and just needed help on the JavaScript part.