Events / Search Page.

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 15, 2014 7:53 am
Reply with quote
Report this post
Hello,

I was wondering if you can help me out...

how can change the height of this button: 'Detect My Location' #1 ... It looks weird.... ;)

I tried changing the height on jomsocial.css

From: #community-wrap .input-append .btn-primary { height: 39px!important; }
To: #community-wrap .input-append .btn-primary { height: 31px!important; }

but it changed the height for some other buttons too... like #2.

is there any to change only the height for #1?

Image

Let me know.

Thank you for your help.
User avatar
Senior Boarder

teitbite
Thu Oct 16, 2014 7:35 pm
Reply with quote
Report this post
Hi

Please tell me the direct url to pages where I can see both this buttons.
User avatar
Moderator

GK User
Sun Oct 26, 2014 8:54 pm
Reply with quote
Report this post
I sent you a private message with the direct URL.

Thank you.
User avatar
Senior Boarder

teitbite
Mon Oct 27, 2014 4:31 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#community-wrap .input-append a#proto__detectButton {
    height: 32px !important;
    line-height: 32px;
}
User avatar
Moderator

GK User
Wed Oct 29, 2014 8:41 am
Reply with quote
Report this post
It worked.

Thank you.
User avatar
Senior Boarder


cron