BUROM
Circle Member-
Posts
25 -
Joined
-
Last visited
BUROM's Achievements
-
@tuanphan I know, but I don't want it on two columns anymore.. I have already deleted the code but it still shows up? Why is this happening
- 9 replies
-
- gallery-block
- gallery
-
(and 1 more)
Tagged with:
-
@tuanphan it's still happening on all the pages when viewing on mobile. I've deleted the css code but it still shows up. Why is it doing that? https://uptown.sydney/eat-and-drink
- 9 replies
-
- gallery-block
- gallery
-
(and 1 more)
Tagged with:
-
@tuanphan I have added this CSS and I didn't like it so I removed it, but the style change is still showing on my end. Do you know why this is happening? Thank you
- 9 replies
-
- gallery-block
- gallery
-
(and 1 more)
Tagged with:
-
BUROM reacted to a post in a topic: Equal vertical alignment of text/buttons within columns
-
Equal vertical alignment of text/buttons within columns
BUROM replied to jinlikegold's topic in Customize with code
@tuanphan Can I do the same for the buttons in a GALLERY Block to make sure that the buttons are always aligned at the same height? reference link: https://uptown.sydney/eat-and-drink -
Hi @tuanphan the page is: https://uptown.sydney/eat-and-drink
- 9 replies
-
- gallery-block
- gallery
-
(and 1 more)
Tagged with:
-
I'm using lots of gallery blocks on this website and I would like for the gallery blocks to display SIDE BY SIDE on mobile rather than stacked. I have this code which doesn't seem to work on my end: // STACK GALLERY ON MOBILE // @media screen and (max-width:650px) { .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !important; grid-row-gap: 2vw !important; } } Does anybody know where I'm going wrong?
- 9 replies
-
- gallery-block
- gallery
-
(and 1 more)
Tagged with:
-
tuanphan reacted to a post in a topic: Avoid navigation links stacking with centre logo
-
Avoid navigation links stacking with centre logo
BUROM replied to BUROM's topic in Getting Started With Squarespace
I have been able to solve the issue with the below code: @media only screen and (min-width: 785px) and (max-width: 1100px) { .header-title { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9999; }} Thanks for your help -
Avoid navigation links stacking with centre logo
BUROM replied to BUROM's topic in Getting Started With Squarespace
-
Avoid navigation links stacking with centre logo
BUROM replied to BUROM's topic in Getting Started With Squarespace
Hi @tuanphan I'd like to explore the (2) option. Not sure how I set up the breakpoint to force mobile menu at a certain size only. Can you assist with that? Thank you -
BUROM started following Avoid navigation links stacking with centre logo
-
Hi there, I have a central logo placement with navigation links on the left side. Currently when I make my desktop window smaller, the links will stack over 2 or 3 lines. I have already reduced the font size of the links but can't make it any smaller. To fix this I have used a code below, which partly works but it allows for the logo to go OVER the links which is not user friendly. nav.header-nav-list { flex-wrap: nowrap !important; } Can somebody please assist to ensure that when I make my window smaller, the links don't stack AND the logo doesn't cover the links. url: https://roadrunner-maracas-sryk.squarespace.com/ password: burom
-
Omg you're the best! 2 more things: 1 - is it possible to have a fade transition effect when clicking between "for brands" and "for people"? 2 - can I get more space with css between the header "amplifying leaders...." and the paragraph? Thank you Thank you
-
Hi there I'm having trouble with the MENU BLOCK. I'd like to align the text + title + menu tabs to the left. WEBSITE HERE https://emmiko.com.au/test I've been able to left align the tabs but for some reason the title and description doesn't work for me. Does anybody know how to left align this with css code? I've tried the multi-column feature as outlined by Squarespace but that wasn't successful. Thank you
-
tuanphan reacted to a post in a topic: Custom Newsletter Block w/ only First Name & Email
-
Custom Newsletter Block w/ only First Name & Email
BUROM replied to hypochandrea's topic in Customize with code
@tuanphan amazing that worked! Thank you so much! You're the best!- 41 replies
-
- custom-css
- newsletter
-
(and 1 more)
Tagged with:
-
Custom Newsletter Block w/ only First Name & Email
BUROM replied to hypochandrea's topic in Customize with code
- 41 replies
-
- custom-css
- newsletter
-
(and 1 more)
Tagged with:
-
@tuanphan I actually refer to the padding that is visible when using the video blocks. I want the video block to be perfectly aligned with the gallery sections below ( see images below for reference ) I did find a solution to work around this.. by using a new section and set the background to video and set the setting to inset. However this does add extra whitespace at the bottom for this section. How can I remove/ reduced the highlighted section in blue?