We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Styling issue on login page - Google Connect (recode) | Forum

IntrigU
IntrigU Apr 26 '16
Please see screenshot below for simplicity theme. This however also occurs on other themes. Is there a way to make this consistent i.e. similar to FB Login.





Locofans
Locofans May 2 '16
Hi Terry, do you still need help with the styling?
IntrigU
IntrigU May 2 '16
Yes. I disabled the plugin for now until this is fixed.
Locofans
Locofans May 27 '16
Sorry for the late reply Terry, place the code below in your CSS editor. I hope this will help.

/** GOOGLE RECODE CSS FIX **/
.ow.base_sign_in .ow_sign_in_wrap form .glconnect_button {
    width: 100%;
    text-align: center;
    height: 32px;
    margin-top: 10px;
    margin-left: 0;
}

.ow.base_sign_in .ow_sign_in_wrap form .glconnect_button .glconnect_button_text {
        text-transform: uppercase;
        font-size: 17px
}

.ow.base_sign_in .ow_sign_in > .connect_button_cont a {
    float: none;
    background: none;
    box-shadow: none;
    margin-top: 5px;
}

The Forum post is edited by Locofans Jun 2 '16
You do not have permission to reply this topic