Fieldset arrage trouble

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Feb 14, 2013 2:28 pm
Have got page what shows field in odd arrage

page url is http://development.treffitori.fi/index. ... i/settings
username: Mies
password: 123456

thanks

Ari
User avatar
Senior Boarder

teitbite
Fri Feb 15, 2013 6:18 pm
Hi

Try add this code to css:

Code: Select all
.lovefactory-view label {
    display: block;
    float: left;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.lovefactory-view label dt {}

.lovefactory-view label dd {}


Let me know when You add this. It's just a first step.
User avatar
Moderator

GK User
Fri Feb 15, 2013 6:58 pm
I add your code

Now options are one line.
User avatar
Senior Boarder

GK User
Fri Feb 15, 2013 8:44 pm
Now i note other problem. with your modification it get mes in profile edit page. Chekbox's look odd
if I remove float: left then it work in profile edit page but not in settins page.
User avatar
Senior Boarder

teitbite
Sat Feb 16, 2013 5:53 pm
Hi

Than I'm affraid it wll require changes to source code of this style, but this is not our work so I do not know where to look for it.

Is my code still active ? I cannot see it.
User avatar
Moderator

GK User
Sat Feb 16, 2013 6:24 pm
I send PM to you
User avatar
Senior Boarder

teitbite
Sat Feb 16, 2013 7:16 pm
Hi

I've used a little different code:

Code: Select all
.lovefactory-view fieldset label {
    display: block;
    float: left;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.lovefactory-view fieldset dt {
    clear: both;
}


Please check if it's working and if it's not breaking this other page. Also give me a link to this other page if it does.
User avatar
Moderator

GK User
Mon Feb 18, 2013 3:03 am
Hi! it still broke other page.
see exsample registeration page
http://development.treffitori.fi/index. ... n?Itemid=0

it shold be like http://treffitori.fi/index.php/componen ... n?Itemid=0
User avatar
Senior Boarder

teitbite
Tue Feb 19, 2013 7:21 pm
Hi

Is my code still present ? I can see issue in both places right now ;/
User avatar
Moderator


cron