RAD_Design
Member-
Posts
18 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
RAD_Design's Achievements
-
Adjust heading > text spacing on Testimonials block
RAD_Design replied to RAD_Design's topic in Customize with code
Ah perfect @Beyondspace got it working, thank you! Do you know if I can adjust the vertical positioning of my green nav arrows now? Appreciate your help. RAD. 🙏 -
Changing navigation underline weight
RAD_Design replied to RAD_Design's topic in Customize with code
Thank you @Beyondspace this worked perfectly on Desktop! Any idea how I would adjust for mobile view also? Cheers! RAD. 🙏- 16 replies
-
- css
- squarespace-7.1
-
(and 1 more)
Tagged with:
-
Changing navigation underline weight
RAD_Design replied to RAD_Design's topic in Customize with code
Edited in the original post. Sorry!- 16 replies
-
- css
- squarespace-7.1
-
(and 1 more)
Tagged with:
-
Adjust heading > text spacing on Testimonials block
RAD_Design replied to RAD_Design's topic in Customize with code
Sorry, updated in the post! -
Hi SS Circle trust, How can I adjust the line weight of the underline on current state navigation links? Have tried some older code, but no success. Site: lettuce-hexagon-lw6p.squarespace.com PW: Ruello2023! Thank you in advance! Rad. 🙏
- 16 replies
-
- css
- squarespace-7.1
-
(and 1 more)
Tagged with:
-
Adjust heading > text spacing on Testimonials block
RAD_Design posted a topic in Customize with code
Hi SS Circle trust, Working on a site and am having issues with spacing automatically set by SS. I'm trying to close up the spacing between heading [Testimonials] and the quote text underneath... is there any way I can use code code to make this happen? I've tried every setting on the Style and Design panel within SS and no dice. Site: lettuce-hexagon-lw6p.squarespace.com PW: Ruello2023! Thank you in advance! Rad. 🙏 -
How to move product description & price ABOVE an image
RAD_Design replied to jrawlin7's topic in Customize with code
@tuanphan wondering if you can help with a similar issue I'm having... I'm trying to get the headings and price descriptions for all products to sit above the images on my product page: https://www.tommystips.com.au/store-services PW: SOME2021@ Any help would be much appreciated. Thanks! -
Hi @tuanphan; wondering if you can help with a slightly similar issue... I'm trying to style my nav menu on a site, by adding a colour to the page last visited. I've managed to do it with code that is working fine on desktop, but mobile just won't work. https://www.360sp.com.au/home1 Code I've used is: .header-nav-item--active a { color: #69BD45 !important; background-image: none !important; } .Mobile-overlay-nav-item:last-child{ color: #69BD45 !important; } Any help would be hugely appreciated! Thanks!
- 36 replies
-
- navigation
- squarespace-7.1
-
(and 1 more)
Tagged with:
-
- 137 replies
-
- custom-css
- logo
-
(and 1 more)
Tagged with:
-
Hi @tuanphan I'm having the same issue. I've used code to make the logo smaller in the footer at the size I want, but it only works when refreshing the browser the first time... If I navigate to another page or switch to desktop view and back to mobile it totally crops the logo. It also looks fine on the SS browser, but checking it on an actual mobile it's cropped with the same issue. site: https://gopher-mackerel-pen5.squarespace.com/ pw: HIP2020! code I've used is: @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1587359465748_6758 img { width: 40% !important; height: auto !important; transform: translateX(-50%); left: 50% !important; } div#block-yui_3_17_2_1_1587359465748_6758 .image-block-wrapper { padding-bottom: 70% !important; } Screenshot attached for reference. Thanks in advance! Much appreciated.
- 137 replies
-
- custom-css
- logo
-
(and 1 more)
Tagged with:
-
Banner Image Won't Resize for Mobile View
RAD_Design replied to TheIDBootCamp's topic in Fonts, colors and images
Amazing, thankyou @tuanphan for your help! Sorted. RAD.- 514 replies
-
RAD_Design reacted to a post in a topic: Banner Image Won't Resize for Mobile View
-
Banner Image Won't Resize for Mobile View
RAD_Design replied to TheIDBootCamp's topic in Fonts, colors and images
Hi guys, having a similar issue here as the other posters... All banners are scaling properly on my site in mobile, except for one! I've read through a million articles and posts on here, played with code and am still having trouble. Would anyone be able to have a look for me and see where I'm going wrong!? I just don't have the tech abilities to understand it. URLs is: https://gopher-mackerel-pen5.squarespace.com/contact PW: HIP2020! There is a lot of code in the Custom CSS panel from previous designer building it, not mine btw. Thanks in advance! Jay.- 514 replies