I am working on a website, here.
After enabling the bottom section separator, it doesn’t show in the preview or on the live site after saving.
I’m not sure if I’m doing something wrong or if it’s a glitch. Thank you for any help!
I am working on a website, here.
After enabling the bottom section separator, it doesn’t show in the preview or on the live site after saving.
I’m not sure if I’m doing something wrong or if it’s a glitch. Thank you for any help!
Howdy, @haltandcatchfire!
Thanks for writing in! This is likely due to the z-index
stacking of your sections. By default, every section has a z-index
value of 1
, which can be seen in the Setup box at the very top of the Section’s controls:
This defines the stacking order of items from front to back on your screen, allowing you to layer elements in different ways to achieve various results. If you adjust the z-index
control to a value of 2
or higher for your section with the divider, you should find that the divider shows up. You will want to keep this in mind if you create more complex layouts with multiple dividers on many sections throughout your page, you might need to find the appropriate values to make sure everything shows up as you expect.
Hopefully that helps to point you in the right direction, cheers!
That fixed it! I changed the Z-Index to 2 for that section and it showed up immediately.
Thank you!
Great! Thanks for confirming. Glad to hear that solved it for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.