Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1016772

    Good Afternoon!
    I am working on a new website and the client would like to have the “Pay Online” button that I have in the navigation to be in the open space under the phone number on the right hand side. I was following a thread but it did not specify how to do this in the empty white space.

    Got any tips? They were wanting the placement to be how you see it on this example website: https://lakelandliquidation.com/ I just want it to look much nicer!
    Thanks so much in advance,
    ~Amanda

    #1016784

    Hey amanda-mdllc,

    Have you referred to the following:

    Best regards,
    Jordan Shannon

    #1017165

    Hello there Jordan!

    Thanks for the help. I was able to get it on the page with your help but now I can’t seem to get it lined up with the logo on the left side. When I added the header widget it added a ton of padding. I want the logo to be on the left and directly across from it the pay online button to be on the right. When I started adding code to it, it seems I had to do it via “margins” but it was adding extra margin top instead of lining it up.

    I also noticed that when I pull it in for tablet mobile it vanishes since it seems to be in a fixed position.

    Thanks in advance for your help :)
    ~Amanda

    #1017247

    Hi,

    Add this to quick css:

    #text-6.widget clearfix.widget_text{
    position:absolute;
    }

    This should fix desktop, but it doesn’t seem to be a button, but rather a link on tablet.

    Best regards,
    Jordan Shannon

    #1017565

    Good Morning Jordan,

    I tried that and it moved it to the side but the margin & padding top is still off. The logo and the floating Pay Online (blue) button need to be completely horizontally inline with each other.

    What do you suggest to get them all lined up?

    Thanks!
    ~Amanda

    #1018066

    Hi,

    Can you give me a screenshot of the result?

    Best regards,
    Jordan Shannon

    #1019013
    #1019605
    This reply has been marked as private.
    #1019986

    Hi,

    Try adding this to quick css:

    
    @media only screen and (min-width: 767px)  {
    #text-6{
    position:absolute!important;
    left:70%!important;
    }}
    
    

    Best regards,
    Jordan Shannon

    #1020017

    You’re so smart! Works perfectly and sizes when going to mobile. Thanks Jordan :)

    ~Amanda

    #1020048

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Pay Online Button in Open Header’ is closed to new replies.