captcha not displaying fully

Captcha doesn't display fully on mobiles. Screenshot attached!

Quote · 25 Sep 2015

It's the TOS checkbox - messes with things. There's a CSS tweak that needs to be made to have the checkbox text wrap. Also removing this field will fix it. I'll post the CSS changes shortly.

 

Edit: Edit /templates/base/css/forms_adv.css and look for:

 

.input_wrapper label
{
    vertical-align: middle;
}

 

Change to (addition in red):

 

.input_wrapper label
{
    vertical-align: middle;
    white-space: normal;
}

 

Save and clear cache. You should make this change in a custom template instead of base, to keep it safe from being overwritten by upgrades.

 

It's a bit clunky, but that will at least have it working.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Sep 2015

Did that, just exactly stated, but seems not to have changed. All cache cleared,still get the captcha and TOS checkbox cutoff.

das.png · 50.4K · 216 views
Quote · 25 Sep 2015

 

Did that, just exactly stated, but seems not to have changed. All cache cleared,still get the captcha and TOS checkbox cutoff.

Might need to try and add !important to it. Mind posting your site?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Sep 2015

Alright, no problem www.naijaminglers.com

Quote · 25 Sep 2015

Looks fine on this end. Did you also clear your browser cache, as well as Dolphin's cache?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Sep 2015

Sorry to ask, did you actually try this on android mobile because have cleared both dolphin and browser cache and still no changes

Quote · 25 Sep 2015

 

Sorry to ask, did you actually try this on android mobile because have cleared both dolphin and browser cache and still no changes

Yep. Also on an emulator and iPhone 5s. Looks fine on this end. Did you clear the cache for your browser? It could be that the old CSS is cached still.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Sep 2015

Oh, thanks Nathan. Really working fine now. There is one more thing,i observed while on mobile browsers, the navigation menus cuts off the screen if it gets too many than the screen width, For better understanding....

I have these on my navigation menus

HOME MY MATCHES PHOTOS MEMBERS ONLINE TOP RATED BIRTHDAYS CHAT BLOG EVENT GROUPS

 

But unfortunately the maximum the mobile screen can hold is just four(4) menus i.e only (MENU MY MATCHES PHOTOS MEMBERS) shows up while the others hide. Although if scrolled the rest slides out of hiding, but only few know this. So is there away i can bring them all out at once or make it smaller so it all show at once  just like boonex's.

Quote · 25 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.