Hi All,
DEBUT THEME
For some reason the drop down menu is not centered when hovered over. However when you zoom in on the page, the alignment can be seen, however not everyone views the website on the same size screen or zoom so it needs to be able to adjust?
Any help would be appreciated, pictures attached below. Website - www.luxurybrandjewellery.com.au
Thanks in advance!
1 Like
Hi @KieranK95
Just add this custom CSS to your theme, the dropdown is not aligned center because the menu item has a position static in the CSS.
.site-nav--has-centered-dropdown {
position: relative !important;
}
1 Like
@KieranK95 ,
.site-nav__dropdown--right.site-nav__dropdown--centered {
right: auto !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
#SiteNavLabel-academy-of-learning {
right: auto!important;
}
div#SiteNavLabel-about {
right: auto!important;
}
Screenshot :- https://prnt.sc/Y_HlL_6fPBXU
Screenshot :- https://prnt.sc/Vh2AnDQLeKAh
1 Like
Thank you @ZestardTech it worked!
Thank you @oscprofessional and @James_FoxEcom for your replies also 
much appreciated
2 Likes
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
Don’t hesitate to let me know if you have further questions
Regards