Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1470684

    SEE NEXT MESSAGE PLEASE. I UPDATED

    • This topic was modified 1 week, 4 days ago by bemodesign.
    #1470692

    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!

    • This reply was modified 1 week, 4 days ago by bemodesign.
    #1470727

    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

    #1470792

    you are awesome

    #1470814

    Hi,

    Glad we could be of help! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Need code to put button right under the menu’ is closed to new replies.