Reduce Empty Space between two sections

Reduce Empty Space between two sections

canikickit
Excursionist
17 1 3

Hello, I'm trying to reduce the space between two sections on my webpage (enterprise theme) but haven't been able to do it myself. If someone could help me by inspecting the elements and adjusting the padding, I would greatly appreciate it. Specifically, I'm looking to reduce the space between the section below and the headshots/photos.

 

2024 SPEAKER PREVIEW

Below is just a glimpse of the 100 thought leaders featured in our agenda. Be sure to check back regularly as we continue to add more experts to the speaker lineup.

 

https://cahousingconference.com/pages/speakers

Replies 4 (4)

gutenplayer
Shopify Partner
214 32 26

@canikickit  hi,

hope you are well,
check the list,
1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
div#template--22753137164568__f135c629-e36f-46f0-a60a-659bc777ab51 {
    margin-bottom: 0;
}
</style>
​

 

Result:

gutenplayer_0-1727726216778.png

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
canikickit
Excursionist
17 1 3

This was very helpful, and it worked.  How do I identify the " div#template--22753137164568__f135c629-e36f-46f0-a60a-659bc777ab51" on other pages so I can modify other areas of the site with the same issue?

canikickit
Excursionist
17 1 3

Let's say I wanted to do something similar on this page "https://cahousingconference.com/pages/who-attends-1"

gutenplayer
Shopify Partner
214 32 26

@canikickit same way you can do this 🙂 

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.