The buttons on the BEtheme video demo

Hello,

 I have installed the Bevideo Demo and I see that the buttons on the home page are not rounded as it is in the demo. I have selected stroke button options.

Please see www.info.pairee.com. I have used the same layout as the demo.

Could let me know what code is broken here?


Also, the  menu position is not the same as per the demo. ( I need it to be exactly as in the demo) .

I have already sent you the login into the wordpress , via email / private message to muffingroup ( envato).

Cheers
Sangita

Comments

  • Hi,

    the link you sent above, does not work unfortunately.
  • Please see info.pairee.com.

    Cheers
    Sangita

  • To make round buttons, you need to use extra css:
    .button-stroke a.button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] { border-radius: 25px !important; }
  • thank you! I already had this code in the CSS but had to put in the  !important; .  Resolved!!
  • Hello ,

    Could you please let me know the answer to my second query - "Also, the  menu position is not the same as per the demo. (I need it to be exactly as in the demo) ."

    Cheers
    Sangita
  • But it is the same position as on demo. However, if you want to change it's position, use:
    .header-overlay .overlay-menu-toggle { top: 80px !important; }
  • Hello,

    I have seen that the menu icon position changes in different devices. I have used the following code ( actually remains same as your demo CSS).

    ----------------------------------------------------------------------
    #Top_bar .container { margin: 0 1%; width: 99%; }
    .header-simple #Header #Top_bar:not(.is-sticky) a.responsive-menu-toggle { font-size: 50px; height: 50px; line-height: 50px; width: 70px; top: 20px; }
    .header-simple #Top_bar:not(.is-sticky)  #menu { right: 26px; top: 100px; }

    }


    .header-overlay .overlay-menu-toggle {
        background: none repeat scroll 0 0;
        color: #f3f3f3;/*#2aa9df*/
        height: 45px;
        line-height: 45px;
        text-align: center;
        right: 70px;
        top: 110px;
        width: 45px;
    }

    .header-simple #Top_bar #menu { background: #2aa9df; }
    .header-overlay .overlay-menu-toggle { font-size: 70px !important; }
    .header-overlay  #Top_bar #menu {right: 26px; top: 100px;}

    @media only screen and (max-width: 768px) 
    {
     .header-overlay .overlay-menu-toggle {
         margin-top: -15px  !important;
     }
     .header-overlay .overlay-menu-toggle {  
       height: 20px !important;
       line-height: 20px !important;
       width: 20px !important;
       font-size: 40px !important; 
       color: #f3f3f3 !important;
    }

    }
    Please suggest how to fix the menu icon at the same level as the logo ( vertically center alligned to the logo).

    Cheers,
    Sangita
  • But like we wrote above, the logo is exactly in the same position as on our demo. If it's not the same on your end, please do the screenshot with what you mean and show it to us.
Sign In or Register to comment.