By Jonathan Thompson on Monday, 22 January 2018
Posted in General
Likes 0
Views 716
Votes 0
Could you advise me how to reduce the width of the margin on the notifications page? The margins are so wide that on mobile view the text is in a very narrow column.

Thanks
Hey Jonathan,

I have added the css codes below into Vanilla's custom css section. Can you give this a try again?

[gist]
body #es.is-mobile .es-noti-list-wrap {
padding: 0;
}

body #es.is-mobile .es-noti-list-wrap .es-noti__item {
padding-left: 0;
padding-right: 0;
}
[/gist]
·
Monday, 22 January 2018 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks great now! Thanks for your help!
·
Monday, 22 January 2018 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jonathan
·
Monday, 22 January 2018 22:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post