Button label in Menu not aligned properly

Hello,

See the buy now button. Tell us how we can fix this.

Regards,

image

Comments

  • it goes back to proper position after scrolling down though
  • Hi,

    Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.
  • hi
    i've fixed the html errors, the problem persists. plz advise.
  • as i said , the problem IS NOT FIXED yet.
  • Oki so if above solutions did not helped, then please use below css:
    #Top_bar a.button.action_button { top: 11px !important; }
  • resolved thanks
  • well the site is not loading correctly in android chrome browser anymore! test it plz! emfprotection.com
    this is the custom css

    .single-post #Subheader { display: none; }
    .page #Subheader { display: none; }
    .post-nav { display: none; }
    .fixed-nav { display: none; }
    .header-fixed #Top_bar #logo { padding: 0 !important; }

    .post-header .button-love { display: none; }
    .post-header .title_wrapper { border: none; padding-left: 0; margin-left: 0; }
    .post-footer .button-love { display: none; }

    h1, h2, h3, h4, h5, h6 { font-weight: 700; }

    #Top_bar.is-sticky .logo { margin: 0 30px 0 -20px !important; }
    #Top_bar .logo { margin: 0 30px 0 -20px !important; }

    #Wrapper { margin-top: 30px !important; }

    #Top_bar a.button.action_button { top: 11px !important; }
  • All we see is some errors in javascript console and in html code. So before you will check other things, you must sort those errors first because we have no idea what could be wrong in your android chrome. Definitely problem is on your side because as you can see our demo works very well.
Sign In or Register to comment.