position top menu - placing it lower

Hey

Standard the topmenu stands on top of the screen. How can I change/set the position on X-pixels from the top.

In attachment how I want it to look like.

Thanks a lot for any help.

Wfr
Brian

Hi Brian,

Thank you for your another question.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi,

I am experiencing the same issue on my website. I’ll need to align the menu on the lower part of the header bar.

Thanks for your help.

Regards,
Roberta.

Hi Roberta,

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Regards,
Movin

Hello,

Unfortunately my website is not online yet. Should I reply you after, once it has been published?

Thanks,
Roberta.

Yes Sure.

Alternatively you can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

@media (min-width: 768px){
  .nav.navbar-nav{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar-default .navbar-collapse{
    position: relative;
  }
}

Thank you, that is exactly what I was trying to achieve.

Regards,
Roberta.

You are most welcome here :slight_smile: