Hi there, I'm looking to see if anyone can help me solve my problem.
I've attached a photo of what i'm talking about, but basically my drop down menus don't display all the way if you're using a small computer screen. I've asked Hubspot Help for advice, but was told I need to hire a designer to fix, and we just don't have that kind of money.
I have experience with CSS so there has to be a way to fix this to just make it expand to the left instead of the right. Can anyone help? Thanks.
A good developer can take care of this in a few minutes. You need to change the side of the menu your sub menus flyout on for the links on the right side of your nav. I would suggest doing this by default, but you could also use a media query to trigger this based on a specific screen width. Your sub menus are absolutely positioned, you just need to change the position in which they sit.
A good developer can take care of this in a few minutes. You need to change the side of the menu your sub menus flyout on for the links on the right side of your nav. I would suggest doing this by default, but you could also use a media query to trigger this based on a specific screen width. Your sub menus are absolutely positioned, you just need to change the position in which they sit.