No content to show
User Activity
04-05-2025
To address the issue with your mega menu. First, let's focus on styling the mega menu. In your theme's CSS file (e.g., `styles.css` or `theme.css`), add the following code: ```.mega-menu { opacity: 0; visibility: hidden; transition: opacity 0.3s e...
04-05-2025
Hey, I think I can solve this issue. Since the logo is already set to 'center' in the theme editor, let's try adding some custom CSS to give it some extra room. Can you try adding the following code to your CSS: logo { margin-left: 20px or.logo { tra...