By Danny Malouin on Sunday, 24 June 2018
Posted in Technical Issues
Replies 1
Likes 0
Views 419
Votes 0
What would be the best way to change a Page's cover image height ?
Ideally, we could do this on a per page setting but global setting would do fine too
Thanks
Danny
Hi there,

Currently, there are no settings for you to configure them currently but you can do some tweak on the css as provided below. Please give it a try and see how it goes.

[gist type="css"]
/* change them accordingly*/
#es .es-profile-header__cover {
height: 264px !important;
max-height: 264px !important;
}
[/gist]
·
Monday, 25 June 2018 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post