Submenu not visible on Home page

www.danielledonaldson.com

For some reason, I can’t see submenu items upon hover unless I set my page to 'no container, header, footer. Almost like they’re hidden behind the images in the scrolling feed.

Hi,

I tried testing a few of your pages and all seems to work fine.

See Video - https://www.screencast.com/t/sspreXPrgB

Can you provide us the exact url of a page where we can see the issue.

Thanks

https://danielledonaldson.com/

I seem to have an entirely different problem now that I have found a tolerable workaround to the submenu issue oddly enough, deleting the slider option for multiple photos and replacing with just one - which I would like to keep if possible. But now the footer is not at the bottom of the page. Can you help?

Thanks,
Danielle

Hey Danielle,

I checked your homepage and there is no content in there that’s why you see the footer like this. I checked couple of other pages and they are fine as they have content in there.

Add some content in your homepage to fix the issue.

Hope this helps!

hmmmmm. i only wanted a slide show of my art on the home page which is why I was using the background option.

not the answer I was hoping for but at least I know why!

thanks. danielle

Hi Danielle,

You could try adding a custom CSS to the main content area of the homepage so that the footer will be pushed down.

This code should help you get started:

.home .x-main.full {
    min-height: 100vh;
}

This will set a minimum height to the main content area of the homepage which is currently empty.

Feel free to edit the code.


You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.