Jump to content

How do you get the archive block to go over content instead of pushing it down?

Go to solution Solved by tuanphan,

Recommended Posts

  • Solution
21 hours ago, emmyv711 said:

Add to Design > Custom CSS

ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
On 9/22/2022 at 11:26 PM, emmyv711 said:

@tuanphan Do you know how to force multiply accordion blocks to reveal when one is opened? These are 6 separate accordion blocks and when one is opened the one beside it expands but doesn't reveal the question. I either want it to reveal or not move at all.

 

Here is the website link: https://kara-friedman.squarespace.com/services

Password: kara

 

Screen Shot 2022-09-22 at 11.21.11 AM.png

I think it is bug. You try reporting this to Squarespace Customer Care.

Recently someone reported the similar problem on Fluid Engine

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
On 12/22/2022 at 6:15 AM, melanie.schlossberg said:

here is the link to the site page. https://www.dirigibledesigns.com/blog

Add z-index to the code

ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
    z-index: 9999;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...
On 9/10/2022 at 1:06 PM, tuanphan said:

Add to Design > Custom CSS

ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
}

 

Hi @tuanphan I tried this on a Brine site and works well but sits just under the top of the summary block.  https://renfield-centre.squarespace.com/rooms/category/200   PW renfield  Is there also code to centre the archive block drop down? Thanks again, Pete

 

Edited by pelanderson
Forgot to add something
Link to comment
On 2/14/2023 at 3:31 AM, pelanderson said:

Hi @tuanphan I tried this on a Brine site and works well but sits just under the top of the summary block.  https://renfield-centre.squarespace.com/rooms/category/200   PW renfield  Is there also code to centre the archive block drop down? Thanks again, Pete

 

Add to Design > Custom CSS

section.Intro {
    overflow: visible;
}
ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
6 hours ago, tuanphan said:

Add to Design > Custom CSS

section.Intro {
    overflow: visible;
}
ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

 

Brilliant, thanks so much. May I ask another question?  How do I centre blog posts? eg if there are rows of 4 posts then the last row has just 3 posts? Or if there is just one post?

Link to comment
On 2/16/2023 at 3:34 PM, pelanderson said:

Brilliant, thanks so much. May I ask another question?  How do I centre blog posts? eg if there are rows of 4 posts then the last row has just 3 posts? Or if there is just one post?

Hi,

I see 2 posts only, no way to check this. If you can add 4 posts, I can check easier

renfield

https://renfield-centre.squarespace.com/rooms/category/200

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
1 hour ago, tuanphan said:

Hi,

I see 2 posts only, no way to check this. If you can add 4 posts, I can check easier

renfield

https://renfield-centre.squarespace.com/rooms/category/200

Hi, I managed to add code to centre posts but even on the category with 2 posts can see they are slightly to the left. This category has 4 posts: https://renfield-centre.squarespace.com/rooms/category/50 

This summary block containing 11 posts centred are also slightly to the left https://renfield-centre.squarespace.com/all

Link to comment
On 2/23/2023 at 5:30 AM, BronwynChecklist said:

Hello, a few weeks ago I used the code below that was mentioned above to bring the drop down categories to the front, which worked, but now it's stopped working. It's cutting off. https://www.checklistlegal.com/blog 

Can someone help a newbie like me? 

 

ul.archive-group-list {

    position: absolute;

    top: 60px;

    background-color: #faf9f7;

}

Add to Design > Custom CSS

[data-section-id="63c76e11ee16613a56e308b2"] {
    z-index: 10 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 2/21/2023 at 4:57 PM, pelanderson said:

Hi, I managed to add code to centre posts but even on the category with 2 posts can see they are slightly to the left. This category has 4 posts: https://renfield-centre.squarespace.com/rooms/category/50 

This summary block containing 11 posts centred are also slightly to the left https://renfield-centre.squarespace.com/all

You want to center this item?

image.thumb.png.418cb57d3c006d49a879f3886e20d8dc.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 9/9/2022 at 6:27 PM, derricksrandomviews said:

It seems to be the way 7.1 is designed for a drop down Archive block to work. 7.0 puts the open block over any page content, 7.1 pushes the page content down when the block is in a section or on a page with other blocks. Possibly one of the coders here can come up with a way to modify that. 

 

Hi Derrick - Do you know if this is going to be fixed anytime soon? It's weird that it was designed this way in 7.1. And that it requires a user to be on the Business plan to fix it with custom code @.@ 

Does anyone know if there is a work around while being on the Personal Plan? Some of my clients who have this are on the Personal plan only..

Link to comment

This code snippet works in custom CSS and doesn't require a business plan, all plans can use it. Just copy and paste it into design/ custom CSS window. I don't know why in some templates the archive block pushes content down the page, It never has in Avenue. It has something to do with page sections I suspect. 

section.Intro {
    overflow: visible;
}
ul.archive-group-list {
    position: absolute;
    top: 60px;
    background-color: #faf9f7;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}
Link to comment

Oh amazing, thank you! I was under the impression Custom CSS was part of the business plan - thanks for clarifying.

How can I push the text to the left? And also wondering why it only shows 1 category? is it because there is only 1 article within that 1 category? 

Here's the website I'm speaking about - https://theprofitstrategist.squarespace.com/blog
pw: profitqueen (all small letters)

Also is there a way to change the search icon and the "search"/text when the user types in the search bar to a lighter color so it's visible on the dark bg?

Thanks:)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.