SEE NEXT MESSAGE PLEASE. I UPDATED
UPDATE:
Sorry for the messages, but I keep messing with it and almost got there.
See home page or and attached screen shots.
The “BECOME A DEALER” look perfect on Mobile view, but it is too low on Desktop view. How do I move it up on desktop view only, so that it sits right below the menu/logo, like it is on mobile view. Without messing with mobile view.
thanks!
Hi,
Thank you for the inquiry.
You can use this css code to move the button up closer to the header:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#top .avia-button-wrap.av-232tvi-166076b32a0c965820e82261d552fa95-wrap {
top: -150px;
position: relative;
}
}
Best regards,
Ismael
you are awesome