By Elvira on Friday, 09 May 2014
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
Hello, using a yootheme here. I read that yootheme can cause some styling issue. I've got three questions.

1. Is it possible to center the fields in the login module? (in another template it shows ok)
2. Is it possible to adjust the outlining of the login layout?
3. How can if fix the social bar?

I enclosed pictures of both.
A link to the site will help a lot. This way we can inspect the CSS code used.
·
Friday, 09 May 2014 06:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Elvira,

I have tried to access your site but i seem cannot find where Easysocial located.
I cannot access your backend as well. Here my screenshot: http://screencast.com/t/B35cXnm7 .

Please be advise.
Thanks.
·
Friday, 09 May 2014 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I'm sorry! I forgot the subfolder in which I've installed joomla (it's a new site we're building). I included it in the url.
·
Friday, 09 May 2014 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Elvira,

Actually this issues is from Yoothem, I fixed for you by updated this file /rooster/templates/yoo_everest/css/bootstrap.css
at line 7850
from
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;

change to
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
·
Friday, 09 May 2014 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it's a Yootheme thing....thank you for your help! Looks beautiful now . I'll save the code for any future things...
·
Friday, 09 May 2014 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Elvira,

You are welcome. Glad to hear your issue now resolved
Have a nice day!
Sam
·
Thursday, 15 May 2014 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post