PurpleFox
Member-
Posts
25 -
Joined
-
Last visited
PurpleFox's Achievements
-
This code from @tuanphan is working : div.blog-body-wrapper .sqs-block-image-figure { margin-left: 0 !important; }
-
Hello ! I switched to Squarespace specifically for these features but I can't get them: 1: autoplay (on desktop but especially mobile) portfolio like this page: https://www.alixelay.com/ or this one https://www.piariverola.com/work (the autoplay is only on mobile on this one) 2: unveiling of the portfolio home page when you've finished scrolling through a portfolio project page (so you don't have to go back or click to go back on portfolio home page to choose another project): available on same sites Does anyone know how to activate these two features which seem to be present on several Squarespace sites but not available in the settings? Importantly, I use Squarespace's personal plan. Thanks in advance for your help!
-
Yes thank you ! As the blog is private, the url was sent by private message.
-
jamesmadison started following PurpleFox
-
Hello ! Each of my blog posts is made up of an image (which is not a featured image but an image added by the image block) and text. My text is aligned to the left and the only option I've found in the image DESIGN settings is to stretch the image, but this doesn't produce the desired effect of aligning the image to the left like the text. Is it possible, with some CSS ?, to align all the images added to my posts to the left? Thanks a lot for your precious help !
-
PurpleFox reacted to a post in a topic: Invert site logo on specific pages
-
PurpleFox reacted to a post in a topic: Overlay Menu on mobile customizable? How to
-
Ziggy reacted to a post in a topic: Change color of blog metadata categories
-
Change color of blog metadata categories
PurpleFox replied to PurpleFox's topic in Customize with code
Hello, thank you for your reply! As I don't want to make the url public, I've sent it to you by message. -
Hello!, in blog page and post page, I'm trying to get categories become less visible to highlight only the text of the article. How can I change the color for blog metadata categories? I tried this code : .blog-meta-section { color: white; } But only the comma between categories goes white (which is good for me because I also wanted to remove the comma 🙂 ) Thank you !
-
Beyondspace reacted to a post in a topic: Disable Lightbox on Mobile 7.0 (Avenue)
-
PurpleFox reacted to a post in a topic: Single-Column Blog Preview Changing Some Formatting
-
Hello!, anybody knows how to use differents Tag cloud blocks padding on mobile and desktop ? Thanks to this forum I already use this code to add 30px padding and same size for all tags : .tagcloud-block li { padding : 30px; font-size: 18px !important; } But this padding is to big for mobile view, any help to reduce it only on mobile ? Maybe with some "min-width" somewhere ? Thanks !
-
Fryskstyler reacted to a post in a topic: How to change the calendar start of the week from Sunday to Monday?
-
Is there any way to start the Calendar on a Monday? It's a shame that this isn't possible, even though many users have been asking for it for years!
- 14 replies
-
- calendar
- custom-css
-
(and 1 more)
Tagged with:
-
move the hamburger menu below the website title on mobile
PurpleFox replied to martinp's topic in Pages & Content
@Ziggy It works, thank you!- 11 replies
-
- accessibility
- alignment
-
(and 3 more)
Tagged with:
-
PurpleFox reacted to a post in a topic: move the hamburger menu below the website title on mobile
-
move the hamburger menu below the website title on mobile
PurpleFox replied to martinp's topic in Pages & Content
No ! Thanks to your screenshot we see it's works on Android ( and I see that the site title is on two lines 😱whereas on my iPhone 12 it's on a single line) . But it doesn't work on Safari and Chrome on iOS (see my new screenshots) at least not on my iOS 17.3.1 version. Do you have any ideas on how to solve this?- 11 replies
-
- accessibility
- alignment
-
(and 3 more)
Tagged with:
-
move the hamburger menu below the website title on mobile
PurpleFox replied to martinp's topic in Pages & Content
I just see a strange thing : the burger is well centered on desktop when I reduce the width of the window and the mobile version of the site appears. But on smartphone that's not the case with Safari and Chrome.- 11 replies
-
- accessibility
- alignment
-
(and 3 more)
Tagged with:
-
PurpleFox started following move the hamburger menu below the website title on mobile
-
move the hamburger menu below the website title on mobile
PurpleFox replied to martinp's topic in Pages & Content
Thanks the code is working! to put the hamberger below the title, but it's not exactly centered like you can see on my screenshot, do you know a way to do this ? Thanks a lot !!!!- 11 replies
-
- accessibility
- alignment
-
(and 3 more)
Tagged with:
-
PurpleFox reacted to a post in a topic: move the hamburger menu below the website title on mobile
-
tuanphan reacted to a post in a topic: Disable Lightbox on Mobile 7.0 (Avenue)
-
Grid mosaic gallery caption displayed to low on mobile
PurpleFox replied to PurpleFox's topic in Customize with code
Works perfectly @Ziggy Thanks a lot ! -
PurpleFox reacted to a post in a topic: Grid mosaic gallery caption displayed to low on mobile
-
Ziggy reacted to a post in a topic: Grid mosaic gallery caption displayed to low on mobile
-
Grid mosaic gallery caption displayed to low on mobile
PurpleFox replied to PurpleFox's topic in Customize with code
Thanks @Ziggy ! I used z-index because by using margin negative (I imagine it's not a good practice!) I managed to raise the caption but it then found itself hidden under a sort of white margin under the top photo.