How can I change the size of the cover photo area and make it bigger or smaller?
.es-profile-cover.es-flyout {
width: value !important;
height: value !important;
}
.es-profile-cover.es-flyout {
min-height: value !important;
}
body div#fd.es .es-cover-container {
padding-top: 33.3333%; /* 3:1 aspect ratio */
}
body div#fd.es .es-cover-container {
padding-top: 56.25%; /* 16:9 aspect ratio */
}
html body div#fd.es .es-cover-container {
padding-top: 56.25%;
}
body div#fd.es .es-cover-container {
padding-top: 56.25% !important;
}