ErinMurphy
-
Posts
14 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by ErinMurphy
-
-
Thank you!! Sorry for my slow reply. My client wanted to change the style.
But where does the ".fe-65f789644033a7352fbb2eb3" come from??
Thank you!!
-
Absolutely!
https://victoriabrowncommunication.squarespace.com/presentation
psd: tango2024
Thank you!
-
Hello! I have added a border on the left of my block quotes, but it extends the full length of the block (which is often longer than the actual content because of the grid). The default padding is too large.
I would like to reduce the padding on the top and bottom of my quote blocks throughout. I've tried everything. Thank you!
Also, that left border line that appears only in edit mode is super confusing and annoying. Amiright?
-
12 hours ago, Ziggy said:
The problem you've got is that this header layout, is that it puts the header into 3 even columns which on a smaller screen constrains the navigation to one third.
We can tweak that with Custom CSS, this may not be perfect, but worth a shot!
.Header-nav { position: absolute; margin-top: clamp(120px, 18vw, 250px); }
Brilliant! Thank you! I knew the header was split into thirds, but didn't know how to adjust that.
-
-
-
-
Sure @Lesum! Thanks! It's still a draft:
https://chicagoparentprogram.squarespace.com/
Password: fireworks23
-
Hello. I am using the code below to move a footer section above my page header. That part worked great.
Problem 1: This section contains an accordion menu, though, and the section does not expand when the accordion menu is opened. (See screenshot.)
Problem 2: The section does not display fully in mobile view. (See screenshot.)
Thank you for your help!
Current code:
/*Move footer section to header */
#footer-sections .page-section:nth-child(1) {
position: fixed!important;
top: 0!important;
z-index:9 9!important;
width: 100%!important;
height: auto!important;
}
header,#page{
margin-top: 4rem!important
}
-
-
I have the same issue. 😖
Quote Block Padding (top & bottom)
in Site Design & Styles
Posted
Ohhhh. Thank you!