TimBowman
Circle Member-
Posts
49 -
Joined
-
Last visited
TimBowman's Achievements
-
LoftyDevs-Website-Designer started following TimBowman
-
tuanphan reacted to a post in a topic: Custom link through for blog delimiter
-
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
HI @tuanphan, I managed to get the buttons aligned using the following code: //Get in touch button alligned - LP// #block-yui_3_17_2_1_1629452287213_11327 {height: 5rem;} #block-yui_3_17_2_1_1629452287213_70644 {height: 5rem;} #block-yui_3_17_2_1_1629452287213_83794 {height: 5rem;} -
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
Hi @tuanphan, hope you are well! I am having some issues with the contact "get in touch block" on my landing page and the buttons not being leveled on different screens. I duplicated the block and used one long spacer which seemed to help with getting the buttons to be leveled, however when looking from mobile view the buttons where not underneath the respective text. Is there another solution? The first two images I have attached are off the current block layout, I changed the background colour in the second image so you can see how lines have been used to make the layout. The 3rd & 4th image is off a draft block ive created with the spacer and how it appears in mobile view. The last images are examples of how on certain screen sizes they are not level. You can view the live url here: www.wolfandbadgerstudios.com -
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
Hi @tuanphan is there a way to target specific text blocks to be justified or certain pages/sections, the centered text layout looks messy. I used the below codes but they did not work: Use this code to justify text blocks on a specific page #collection-id { text-align: justify; } Use this code to justify text blocks in a specific section (Squarespace 7.1) #collection-id { #page .page-section:nth-of-type(1) { text-align: justify; } } Use this code to justify a specific text block #blockidnumber { text-align: justify; } -
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
Hi @tuanphan, apologies for the delay! this has worked, thank you so much! -
TimBowman reacted to a post in a topic: Custom link through for blog delimiter
-
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
Hi @tuanphan yes exactly. -
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
https://www.wolfandbadgerstudios.com/team-members -
TimBowman reacted to a post in a topic: Custom link through for blog delimiter
-
Custom link through for blog delimiter
TimBowman replied to TimBowman's topic in Customize with code
Hi @tuanphan the link through is currently taking me through to a blog page with the related team members to that service (through service tags I have added) For now I have made the heading "RELATED CREATIVES" However it would be great if I could make the link through to take you to the service page rather than the blog page. -
Hi, I am wanting to create a custom link through for a blog delimeter, is this possible? I have attached an image to reference.
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
Hi @tuanphan yes please, if digital marketing could go be in the middle at the end that would be great.- 42 replies
-
TimBowman reacted to a post in a topic: How to change a summary block thumbnail image on rollover?
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
@tuanphan thank you so much! The get in touch section worked perfectly, however the services layout is not formatted correctly, I've attached a screenshot below.- 42 replies
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
Thank you @tuanphan, will plug that into the site. Any chance you could help with the layout of services & get in touch? Apologies for the constant questions, and once again thanks for taking the time to respond/assist.- 42 replies
-
TimBowman reacted to a post in a topic: How to change a summary block thumbnail image on rollover?
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
Hi @tuanphan i replaced the ttf file with a woff file, how would I add multiple formats to the code below? "@font-face { font-family: futura-medium; src: url(https://static1.squarespace.com/static/60f00f33d833301a6b9aa6b3/t/60f5562c26c2747482f78dbf/1626691116578/Futura-Medium.woff); }" The code for the mobile menu logo and specific summary breakdown into 2 rows worked perfectly, thank you so much! Would it be possible to help with the issues you noted on a previous comment with regards to making the text under "Services" into 2 rows on mobile, along with formatting the "Get in Touch" section into 3 rows so that on Ipad it is all level.- 42 replies
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
I also used the following code to split the team photos into two rows on the culture page, only issue is that it affected the home/landing page community section. "@media only screen and (max-width: 640px) { .summary-item-list { display: flex; flex-wrap: wrap; } .summary-item { width: 45% !important; margin: 4vw 2vw !important; } }" Is there a way to specify a specific summary block? I just want the first two blocks for the community section to show not list them all, any help would be much appreciated.- 42 replies
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
@tuanphanessentially I have inverted the logo on the home/landing page to be white, the I have inverted the mobile menu, which works fine when you open the mobile navigation on the home page, but when you open it from another page (all other pages main logo is black) it inverts to white on the mobile menu, is there a way to make sure the logo is always black on the mobil navigation menu?- 42 replies
-
How to change a summary block thumbnail image on rollover?
TimBowman replied to TMedia's topic in Customize with code
@tuanphan I managed to fix the font issue by adding a WOFF file instead, which then showed the correct font on firefox, although it is alot more bold than on safari or chrome.- 42 replies