Menu Possition In Dylan Template - Question | JoomShaper

Menu Possition In Dylan Template

C

clausbeelen

Template 1 year ago

I want to change the possition on the menu in the top of the Dylan template to be located to the right, not to the middle. How to do that?

I might add, that I have removed the "Get in touch" and the SIGN IN, as I dont need it. I'd like the main top menu, to be located in that place instead

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #170806

Hi there!

Thanks fo reaching out.

Kindly share your site URL here. It would be better to check.

However, you can have a look into this either to see if it helps:

https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-change-the-position-of-the-menu

Best Regards

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 year ago #170808

Hello clausbeelen,

I hope you are use Dylan Transparent Header layout, If you use it, Then please use this css in your custom css, Hope it will work.

@media (min-width: 991px){
    .menu-right-wrap{
    display: none;
    }
}

Thanks,

0
C
clausbeelen
Accepted Answer
1 year ago #170885

I changed it to

.menu-right-wrap{ display: none; }

That also looks better on mobile devices actaully, but thanks :)

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 year ago #170886

You are welcome. Is there anything that I can help you?

Best Regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171274

Hi clausbeelen,

If your issue has been solved already, kindly accept the most useful answer in order to close the post:)

Have a nice day!

0