Onepage Template - How To Make My MENU Display At The Bottom - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Onepage Template - How To Make My MENU Display At The Bottom

MJ

Michael John

Template 1 week ago

Hi,

On Onepage Template - How to make my MENU display at the bottom just how it is in the demo. https://demo2.joomshaper.com/2025/onepage/

Mine was displaying at the top and i can't seem to find where to change this. I'd like it to display it below.

Thank you in advance.

Regards, Mike

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 days ago #210154

Hi Mike,

Thanks for reaching out.

Could you please share the URL where you’re facing this issue? That will help me check and guide you more precisely.

Best regards,

0
MJ
Michael John
Accepted Answer
6 days ago #210237

Hi Rashida,

Here's the link: http://demo.saipanweb.com/ Just to let you know too, that I am using Smart Slider 3 I just want to display the menu at the buttom just like on your demo https://demo2.joomshaper.com/2025/onepage/

Thanks,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 days ago #210250

Hello Mike,

Please try the following code in your custom CSS:

#sp-header.has-slideshow {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

Here is all about the custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best regards,

0