mbockmaster
Member-
Content Count
34 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Underline link css animation
mbockmaster replied to mbockmaster's question in Coding and Customization
You are a lifesaver @tuanphan !!! -
Underline link css animation
mbockmaster replied to mbockmaster's question in Coding and Customization
Sorry @tuanphan, it's Bodyforme -
mbockmaster started following How to fix slight horizontal scroll, Underline link css animation and Columns on mobile
-
Site URL: https://mouse-cow-ym3g.squarespace.com/ Hello, I'm attempting to animate the underline of my footer links on hover. I achieved the desired affect in my Services section, the line animates from left to right on hover. In my footer, the underline shows up on hover but it's below the entire block, and the width of the entire block, rather than only below each link. I would so appreciate any insight. Site password: Bodyforme
-
I spoke too soon! I found it. Thank you so very much.
-
Thank you SO much @tuanphan! Can you tell me how you found that page #? There are a couple other pages that need this fix as well. I appreciate your helpfulness!
-
Hi @tuanphan I'm just following up in case you didn't see my reply. If you scroll down the page slightly you'll see where it starts getting split into two columns. This is a pretty big deal for my site and I would so appreciate any help figuring out the cause!
-
@tuanphan The header is stacked, but if you scroll down past that you'll see what I mean.
-
@tuanphan Do you have any thoughts?
-
Hi @tuanphan, no I haven't found a solution 😞
-
Site URL: https://www.bockmaster.com/about Months ago, I had formatted my site for mobile with a bunch of CSS and it looked perfect. I just checked it on mobile and realized that the sections that previously looked beautiful with stacked content are now in narrow columns! My CSS is still there and is applied, but it doesn't look the way it's meant to because of these columns... Has Squarespace changed something that would have caused this? Screen shots to show how it's looking currently.
-
Overlapping image over two sections
mbockmaster replied to mbockmaster's question in Coding and Customization
The section/container that the icon is in needs the overflow: visible 🙂 -
mbockmaster reacted to an answer to a question: Post Title link to Source URL, but in new tab?
-
Post Title link to Source URL, but in new tab?
mbockmaster replied to firstsignals's question in Coding and Customization
I'm piggybacking on this question as well, hoping to add links to the titles of blog posts that are in summary blocks. My site is https://olive-dog-9fgf.squarespace.com/blog and the password is bockmaster Thank you! -
How to fix slight horizontal scroll
mbockmaster replied to mbockmaster's question in Coding and Customization
I was able to fix this with some handy code from @tuanphan on another question! html, body {overflow-x: hidden;} Thank you! -
How to fix slight horizontal scroll
mbockmaster replied to mbockmaster's question in Coding and Customization
@emilykrause Whoops! Rookie mistake! I've corrected that, the password is: bockmaster -
Site URL: https://olive-dog-9fgf.squarespace.com/ Hello 🙂 I have done a bunch of custom css on my site and have just discovered that there's a slight horizontal scroll on every page. I am struggling to locate the culprit, I would appreciate any insight!