Comment to Persons Cover inconsistancy
-
Don't let me hijack this topic but my issue is closely related in home and person profiles...
Anyone know how to move the profile photo block off center and 10% from the left. In a lower than vertical center position?
Thus the cover and profile image content will not collide, as is often the case. Thank you.
-
Hello @banister Did you mean something like this? Change it to whatever you need, right, left, bottom, top------
.bx-base-pofile-unit-cover { position: relative !important; overflow: visible !important; }
.bx-base-pofile-unit-cover .bx-def-unit-img {
position: absolute !important;
left: 12px !important;
top: 12px !important;
transform: none !important;
z-index: 6 !important;
}
-
-