Comments Jesse started the conversationMarch 19, 2019 at 6:16pmWhen you scroll the page, the menu attempts to stick to the top of the page, but is distorted.. what would cause this? 2,634Kevin repliedMarch 20, 2019 at 2:09amHi Jesse !Please resend me the menu image when not dragged down, maybe you have added or edited something that makes it work unlike the demothank youJesse repliedMarch 20, 2019 at 3:25amHere you go. Also, I moved the site to to http://revivemarketing.org/exec2019 for your review. 2,634Kevin repliedMarch 20, 2019 at 3:43am Hi Jesse !Please add these properties to the style.css file, your problem will be solved.logo-wrapper.is-desktop{ float : left; }.header-sticky-mobile .menu_inner { width: 60% !important; text-align: center; vertical-align: middle; left: 120px; position: relative;}# mega_main_menu.primary> .menu_holder.sticky_container> .menu_inner> ul> li> .item_link * { color: #333;}.header-sticky-mobile # mega_main_menu.direction-horizontal> .menu_holder.sticky_container { top: 24px;}thank you Sign in to reply ...
When you scroll the page, the menu attempts to stick to the top of the page, but is distorted.. what would cause this?
Hi Jesse !
Please resend me the menu image when not dragged down, maybe you have added or edited something that makes it work unlike the demo
thank you
Here you go. Also, I moved the site to to http://revivemarketing.org/exec2019 for your review.
Hi Jesse !
Please add these properties to the style.css file, your problem will be solved
.logo-wrapper.is-desktop{
float : left;
}
.header-sticky-mobile .menu_inner {
width: 60% !important;
text-align: center;
vertical-align: middle;
left: 120px;
position: relative;
}
# mega_main_menu.primary> .menu_holder.sticky_container> .menu_inner> ul> li> .item_link * {
color: #333;
}
.header-sticky-mobile # mega_main_menu.direction-horizontal> .menu_holder.sticky_container {
top: 24px;
}
thank you