ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 31,121
- Points
- 823
Reputation:
I have been fighting this all day and I cannot figure this out.
My desire was to create a little more padding on the left side between the avatar cell and main title cell.
I accomplished that with this entered into extra.less.
Code:
It works as desired, but I cannot figure out why it does not work in responsive narrow screens like a phone.
What am I missing? I have inspected the code to death and experimented with no results.
Any...
Read more
Continue reading...
My desire was to create a little more padding on the left side between the avatar cell and main title cell.
I accomplished that with this entered into extra.less.
Code:
Code:
.structItem-cell--main {
padding: 5px 10px 5px 20px;
}
It works as desired, but I cannot figure out why it does not work in responsive narrow screens like a phone.
What am I missing? I have inspected the code to death and experimented with no results.
Any...
Read more
Continue reading...