• I need to see the buttons in line and not one below the other in the smartphone
    which class should I change?
    can I add the class to my baby theme?

    thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, there!

    Thank you for writing in.

    Could you please send your site URL so that we can check the issue so that we can send you with a customized CSS code.

    Regards!

    Thread Starter daitarn3

    (@daitarn3)

    Hi, there!

    Thank you for writing back.

    It is not possible to use the button inline or on the same line because it has the long text that it will be not enough space to put the button on the same line. However, we can provide the CSS code to put the button on the same line if you want to put only the icons of social media.

    Regards!

    • This reply was modified 6 years, 8 months ago by accesskeys.
    Thread Starter daitarn3

    (@daitarn3)

    OK, can you tell me the CSS code?

    thank you

    Hi there,

    Thank you for writing in,

    Please follow this instruction kindly to make your login button in the same line. Go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    @media screen and (max-width: 768px){
    span.apsl-long-login-text {
    display: none;
    }
    }

    Thank You !!

    Thread Starter daitarn3

    (@daitarn3)

    Thanks for the reply.

    I wanted to ask which CSS code to use to have the writing inside the social button: “Sign Up with Facebook” or “Sign Up with ….”

    thank you

    • This reply was modified 6 years, 8 months ago by daitarn3.

    Hi there,

    Thank you for writing in,

    You can not write inside via CSS code, You have to know the basic PHP and HTML knowledge to edit these texts.

    Thank You!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Smartphone, responsive button’ is closed to new replies.