Topic-icon Container height

Active Subscriptions:

None
10 years 11 months ago - 10 years 10 months ago #38073 by idss
Container height was created by idss
Hi i need to change height for this containers?


File Attachment:


File Attachment:


any ideas?
Last edit: 10 years 10 months ago by idss.
The topic has been locked.
Support Specialist
10 years 11 months ago #38082 by alzander
Replied by alzander on topic Container height
You should be able to use the CSS below to set the height to whatever you want:
.sclogin-username, .sclogin-passwd { height: 20px !important; }
I hope that helps, but if not, let us know a page where we can see the issue and we'll gladly help investigate more.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago - 10 years 10 months ago #38096 by idss
Replied by idss on topic Container height
Sorry for my bad english.

No, does not work. I think it has to do with buttons (login, logout, register). When I logged in and logout button is disabled everything is fine.

You can see here: www.generalworks.si

File Attachment:


File Attachment:
Last edit: 10 years 10 months ago by idss.
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #38186 by idss
Replied by idss on topic Container height
ok, I found a way how to change heights in sc_bootstrap.css:

.sourcecoast [class*="span"] {
float:left;
min-height:1px;
margin-left:20px;
height: 15px !important;
added
}

.sourcecoast .row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
changed to 18px
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.127659574468085%;
*margin-left:2.074468085106383%;
}

.sourcecoast input[type="tel"],
.sourcecoast input[type="color"],
.sourcecoast .uneditable-input {
height: 16px !important;
added
}
The topic has been locked.
Support Specialist
10 years 10 months ago #38225 by alzander
Replied by alzander on topic Container height
Awesome! Sorry I didn't get back to this sooner, but I'm glad to hear you found something that worked for you. These changes won't be in the next release, so please remember to make them again. We're looking at a few compatibility improvements for the release after that which will hopefully prevent these oddball sizing issues from cropping up.

Thanks,
Alex
The topic has been locked.