By Rama Krishna Chinnam on Thursday, 30 March 2017
Posted in General
Replies 1
Likes 0
Views 112
Votes 0
Hi, I want to reduce the padding around ESmobile bottom fixed bar. Could you please let me know where I can do it.
We are actually using height instead of padding and you can alter it by adding the block of codes below into /templates/esmobile/css/custom.css

[gist]
body .es-mobile-footbar__link,
body .es-mobile-footer {
height: 50px;
}

body .es-mobile-content {
height: calc(100% - 48px - 46px);
}
[/gist]
·
Thursday, 30 March 2017 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post